Html Css Color HEX #9B0575 Eggplant

📋 copy color: '#9B0575'

red 155 ◦ green 5 ◦ blue 117

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

Shades of Eggplant #9B0575

Tints of Eggplant #9B0575

RGB

 RED value IS 155 (60.94% from 255) = 55.96%

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 117 (46.09% from 255) = 42.24%

R = 55.96%
G = 1.81%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B0575 (or 0x9B0575) is known color: Eggplant. HEX triplet: 9B, 05 and 75. RGB value is (155,5,117). Sum of RGB (Red+Green+Blue) = 155+5+117=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0575 is #64FA8A. Grayscale: #3E3E3E. Windows color (decimal): -6617739 or 7669147. OLE color: 7669147.

HSL color Cylindrical-coordinate representation of color #9B0575: hue angle of 315.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B0575 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 5 117 -
CMYK 0 0.97 0.25 0.39
HSL 315.2º 0.94% 0.31% -
HSV(B) 315.2º 0.97% 0.61% -
XYZ 16.78 8.36 17.56 -
YUV 62.62 158.7 193.89 -
System Red Green Blue C M Y K H S L
Decimal 155 5 117 0 0.97 0.25 0.39 315.2 0.94 0.31
Hex 9B 5 75 0 61 19 27 13B 5E 1F
Octal 233 5 165 0 141 31 47 473 136 37
Binary 10011011 101 1110101 0 1100001 11001 100111 100111011 1011110 11111

Color Harmonies of #9B0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0575

Black with #9B0575

Text Example


Text Example

White with #9B0575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B0575; }

 p { color: rgb(155,5,117); }

 H1.HeaderClassName
 {
   color: #9B0575;
 }
 .AnyTagClassName
 {
   color: #9B0575;
 }
</style>

background-color css

<style>
 a { background-color: #9B0575; }

 a { background-color: rgb(155,5,117); }

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

border-color css

<style>
 span { border-color: #9B0575; }

 span { border-color: rgb(155,5,117); }

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