Html Css Color HEX #8B0570 Eggplant

📋 copy color: '#8B0570'

red 139 ◦ green 5 ◦ blue 112

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

Shades of Eggplant #8B0570

Tints of Eggplant #8B0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 54.3%
G = 1.95%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B0570 (or 0x8B0570) is known color: Eggplant. HEX triplet: 8B, 05 and 70. RGB value is (139,5,112). Sum of RGB (Red+Green+Blue) = 139+5+112=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0570 is #74FA8F. Grayscale: #383838. Windows color (decimal): -7666320 or 7341451. OLE color: 7341451.

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

Color convert

RGB 139 5 112 -
CMYK 0 0.96 0.19 0.45
HSL 312.09º 0.93% 0.28% -
HSV(B) 312.09º 0.96% 0.55% -
XYZ 13.63 6.77 15.92 -
YUV 57.26 158.89 186.3 -
System Red Green Blue C M Y K H S L
Decimal 139 5 112 0 0.96 0.19 0.45 312.09 0.93 0.28
Hex 8B 5 70 0 60 13 2D 138 5D 1C
Octal 213 5 160 0 140 23 55 470 135 34
Binary 10001011 101 1110000 0 1100000 10011 101101 100111000 1011101 11100

Color Harmonies of #8B0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0570

Black with #8B0570

Text Example


Text Example

White with #8B0570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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