Html Css Color HEX #9B0F76 Eggplant

📋 copy color: '#9B0F76'

red 155 ◦ green 15 ◦ blue 118

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

Shades of Eggplant #9B0F76

Tints of Eggplant #9B0F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.21%

 BLUE value IS 118 (46.48% from 255) = 40.97%

R = 53.82%
G = 5.21%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9B0F76 (or 0x9B0F76) is known color: Eggplant. HEX triplet: 9B, 0F and 76. RGB value is (155,15,118). Sum of RGB (Red+Green+Blue) = 155+15+118=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0F76 is #64F089. Grayscale: #444444. Windows color (decimal): -6615178 or 7737243. OLE color: 7737243.

HSL color Cylindrical-coordinate representation of color #9B0F76: hue angle of 315.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F76 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 15 118 -
CMYK 0 0.90 0.24 0.39
HSL 315.86º 0.82% 0.33% -
HSV(B) 315.86º 0.9% 0.61% -
XYZ 16.96 8.62 17.91 -
YUV 68.6 155.88 189.62 -
System Red Green Blue C M Y K H S L
Decimal 155 15 118 0 0.90 0.24 0.39 315.86 0.82 0.33
Hex 9B F 76 0 5A 18 27 13C 52 21
Octal 233 17 166 0 132 30 47 474 122 41
Binary 10011011 1111 1110110 0 1011010 11000 100111 100111100 1010010 100001

Color Harmonies of #9B0F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0F76

Black with #9B0F76

Text Example


Text Example

White with #9B0F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,15,118); }

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

background-color css

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

 a { background-color: rgb(155,15,118); }

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

border-color css

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

 span { border-color: rgb(155,15,118); }

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