Html Css Color HEX #8B0170 Eggplant

📋 copy color: '#8B0170'

red 139 ◦ green 1 ◦ blue 112

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

Shades of Eggplant #8B0170

Tints of Eggplant #8B0170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 55.16%
G = 0.4%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B0170 (or 0x8B0170) is known color: Eggplant. HEX triplet: 8B, 01 and 70. RGB value is (139,1,112). Sum of RGB (Red+Green+Blue) = 139+1+112=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0170 is #74FE8F. Grayscale: #363636. Windows color (decimal): -7667344 or 7340427. OLE color: 7340427.

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

Color convert

RGB 139 1 112 -
CMYK 0 0.99 0.19 0.45
HSL 311.74º 0.99% 0.27% -
HSV(B) 311.74º 0.99% 0.55% -
XYZ 13.58 6.68 15.9 -
YUV 54.92 160.22 187.97 -
System Red Green Blue C M Y K H S L
Decimal 139 1 112 0 0.99 0.19 0.45 311.74 0.99 0.27
Hex 8B 1 70 0 63 13 2D 138 63 1B
Octal 213 1 160 0 143 23 55 470 143 33
Binary 10001011 1 1110000 0 1100011 10011 101101 100111000 1100011 11011

Color Harmonies of #8B0170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0170

Black with #8B0170

Text Example


Text Example

White with #8B0170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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