Html Css Color HEX #9376DF Medium Purple

📋 copy color: '#9376DF'

red 147 ◦ green 118 ◦ blue 223

#9376DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9376DF

Tints of Medium Purple #9376DF

RGB

 RED value IS 147 (57.81% from 255) = 30.12%

 GREEN value IS 118 (46.48% from 255) = 24.18%

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 30.12%
G = 24.18%
B = 45.7%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9376DF (or 0x9376DF) is known color: Medium Purple. HEX triplet: 93, 76 and DF. RGB value is (147,118,223). Sum of RGB (Red+Green+Blue) = 147+118+223=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #9376DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9376DF is #6C8920. Grayscale: #8A8A8A. Windows color (decimal): -7112993 or 14644883. OLE color: 14644883.

HSL color Cylindrical-coordinate representation of color #9376DF: hue angle of 256.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9376DF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 118 223 -
CMYK 0.34 0.47 0 0.13
HSL 256.57º 0.62% 0.67% -
HSV(B) 256.57º 0.47% 0.87% -
XYZ 31.83 24.49 72.86 -
YUV 138.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 147 118 223 0.34 0.47 0 0.13 256.57 0.62 0.67
Hex 93 76 DF 22 2F 0 D 101 3E 43
Octal 223 166 337 42 57 0 15 401 76 103
Binary 10010011 1110110 11011111 100010 101111 0 1101 100000001 111110 1000011

Color Harmonies of #9376DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376DF

Black with #9376DF

Text Example


Text Example

White with #9376DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9376DF; }

 p { color: rgb(147,118,223); }

 H1.HeaderClassName
 {
   color: #9376DF;
 }
 .AnyTagClassName
 {
   color: #9376DF;
 }
</style>

background-color css

<style>
 a { background-color: #9376DF; }

 a { background-color: rgb(147,118,223); }

 div.DivClassName
 {
   background-color: #9376DF;
 }
 .BgClassName
 {
   background-color: #9376DF;
 }
</style>

border-color css

<style>
 span { border-color: #9376DF; }

 span { border-color: rgb(147,118,223); }

 td.TdClassName
 {
   border-color: #9376DF;
 }
 .TagClassName
 {
   border-color: #9376DF;
 }
</style>