Html Css Color HEX #8B0870 Eggplant

📋 copy color: '#8B0870'

red 139 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #8B0870

Tints of Eggplant #8B0870

RGB

 RED value IS 139 (54.69% from 255) = 53.67%

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

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

R = 53.67%
G = 3.09%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B0870 (or 0x8B0870) is known color: Eggplant. HEX triplet: 8B, 08 and 70. RGB value is (139,8,112). Sum of RGB (Red+Green+Blue) = 139+8+112=259 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.67% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0870 is #74F78F. Grayscale: #3A3A3A. Windows color (decimal): -7665552 or 7342219. OLE color: 7342219.

HSL color Cylindrical-coordinate representation of color #8B0870: hue angle of 312.37º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0870 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 8 112 -
CMYK 0 0.94 0.19 0.45
HSL 312.37º 0.89% 0.29% -
HSV(B) 312.37º 0.94% 0.55% -
XYZ 13.66 6.83 15.93 -
YUV 59.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 139 8 112 0 0.94 0.19 0.45 312.37 0.89 0.29
Hex 8B 8 70 0 5E 13 2D 138 59 1D
Octal 213 10 160 0 136 23 55 470 131 35
Binary 10001011 1000 1110000 0 1011110 10011 101101 100111000 1011001 11101

Color Harmonies of #8B0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0870

Black with #8B0870

Text Example


Text Example

White with #8B0870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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