Html Css Color HEX #8B0A55 Eggplant

📋 copy color: '#8B0A55'

red 139 ◦ green 10 ◦ blue 85

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

Shades of Eggplant #8B0A55

Tints of Eggplant #8B0A55

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.27%

 BLUE value IS 85 (33.59% from 255) = 36.32%

R = 59.4%
G = 4.27%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8B0A55 (or 0x8B0A55) is known color: Eggplant. HEX triplet: 8B, 0A and 55. RGB value is (139,10,85). Sum of RGB (Red+Green+Blue) = 139+10+85=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A55 is #74F5AA. Grayscale: #383838. Windows color (decimal): -7665067 or 5573259. OLE color: 5573259.

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

Color convert

RGB 139 10 85 -
CMYK 0 0.93 0.39 0.45
HSL 325.12º 0.87% 0.29% -
HSV(B) 325.12º 0.93% 0.55% -
XYZ 12.4 6.36 9.17 -
YUV 57.12 143.74 186.4 -
System Red Green Blue C M Y K H S L
Decimal 139 10 85 0 0.93 0.39 0.45 325.12 0.87 0.29
Hex 8B A 55 0 5D 27 2D 145 57 1D
Octal 213 12 125 0 135 47 55 505 127 35
Binary 10001011 1010 1010101 0 1011101 100111 101101 101000101 1010111 11101

Color Harmonies of #8B0A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0A55

Black with #8B0A55

Text Example


Text Example

White with #8B0A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,10,85); }

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

background-color css

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

 a { background-color: rgb(139,10,85); }

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

border-color css

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

 span { border-color: rgb(139,10,85); }

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