Html Css Color HEX #9B0B73 Eggplant

📋 copy color: '#9B0B73'

red 155 ◦ green 11 ◦ blue 115

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

Shades of Eggplant #9B0B73

Tints of Eggplant #9B0B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.91%

 BLUE value IS 115 (45.31% from 255) = 40.93%

R = 55.16%
G = 3.91%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B0B73 (or 0x9B0B73) is known color: Eggplant. HEX triplet: 9B, 0B and 73. RGB value is (155,11,115). Sum of RGB (Red+Green+Blue) = 155+11+115=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0B73 is #64F48C. Grayscale: #414141. Windows color (decimal): -6616205 or 7539611. OLE color: 7539611.

HSL color Cylindrical-coordinate representation of color #9B0B73: hue angle of 316.67º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B0B73 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 11 115 -
CMYK 0 0.93 0.26 0.39
HSL 316.67º 0.87% 0.33% -
HSV(B) 316.67º 0.93% 0.61% -
XYZ 16.73 8.45 16.97 -
YUV 65.91 155.71 191.54 -
System Red Green Blue C M Y K H S L
Decimal 155 11 115 0 0.93 0.26 0.39 316.67 0.87 0.33
Hex 9B B 73 0 5D 1A 27 13D 57 21
Octal 233 13 163 0 135 32 47 475 127 41
Binary 10011011 1011 1110011 0 1011101 11010 100111 100111101 1010111 100001

Color Harmonies of #9B0B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0B73

Black with #9B0B73

Text Example


Text Example

White with #9B0B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,11,115); }

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

background-color css

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

 a { background-color: rgb(155,11,115); }

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

border-color css

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

 span { border-color: rgb(155,11,115); }

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