Html Css Color HEX #9B0877 Eggplant

📋 copy color: '#9B0877'

red 155 ◦ green 8 ◦ blue 119

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

Shades of Eggplant #9B0877

Tints of Eggplant #9B0877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

 BLUE value IS 119 (46.88% from 255) = 42.2%

R = 54.96%
G = 2.84%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.39

RGB Variations

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

Color information

#9B0877 (or 0x9B0877) is known color: Eggplant. HEX triplet: 9B, 08 and 77. RGB value is (155,8,119). Sum of RGB (Red+Green+Blue) = 155+8+119=282 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.96% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0877 is #64F788. Grayscale: #404040. Windows color (decimal): -6616969 or 7800987. OLE color: 7800987.

HSL color Cylindrical-coordinate representation of color #9B0877: hue angle of 314.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0877 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 8 119 -
CMYK 0 0.95 0.23 0.39
HSL 314.69º 0.9% 0.32% -
HSV(B) 314.69º 0.95% 0.61% -
XYZ 16.93 8.47 18.2 -
YUV 64.61 158.7 192.47 -
System Red Green Blue C M Y K H S L
Decimal 155 8 119 0 0.95 0.23 0.39 314.69 0.9 0.32
Hex 9B 8 77 0 5F 17 27 13B 5A 20
Octal 233 10 167 0 137 27 47 473 132 40
Binary 10011011 1000 1110111 0 1011111 10111 100111 100111011 1011010 100000

Color Harmonies of #9B0877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0877

Black with #9B0877

Text Example


Text Example

White with #9B0877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,8,119); }

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

background-color css

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

 a { background-color: rgb(155,8,119); }

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

border-color css

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

 span { border-color: rgb(155,8,119); }

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