Html Css Color HEX #9B0870 Eggplant

📋 copy color: '#9B0870'

red 155 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #9B0870

Tints of Eggplant #9B0870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 56.36%
G = 2.91%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B0870 (or 0x9B0870) is known color: Eggplant. HEX triplet: 9B, 08 and 70. RGB value is (155,8,112). Sum of RGB (Red+Green+Blue) = 155+8+112=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0870 is #64F78F. Grayscale: #3F3F3F. Windows color (decimal): -6616976 or 7342235. OLE color: 7342235.

HSL color Cylindrical-coordinate representation of color #9B0870: hue angle of 317.55º 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 #9B0870 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 8 112 -
CMYK 0 0.95 0.28 0.39
HSL 317.55º 0.9% 0.32% -
HSV(B) 317.55º 0.95% 0.61% -
XYZ 16.53 8.31 16.06 -
YUV 63.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 155 8 112 0 0.95 0.28 0.39 317.55 0.9 0.32
Hex 9B 8 70 0 5F 1C 27 13E 5A 20
Octal 233 10 160 0 137 34 47 476 132 40
Binary 10011011 1000 1110000 0 1011111 11100 100111 100111110 1011010 100000

Color Harmonies of #9B0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0870

Black with #9B0870

Text Example


Text Example

White with #9B0870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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