Html Css Color HEX #8B0556 Eggplant

📋 copy color: '#8B0556'

red 139 ◦ green 5 ◦ blue 86

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

Shades of Eggplant #8B0556

Tints of Eggplant #8B0556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.39%

R = 60.43%
G = 2.17%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8B0556 (or 0x8B0556) is known color: Eggplant. HEX triplet: 8B, 05 and 56. RGB value is (139,5,86). Sum of RGB (Red+Green+Blue) = 139+5+86=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0556 is #74FAA9. Grayscale: #363636. Windows color (decimal): -7666346 or 5637515. OLE color: 5637515.

HSL color Cylindrical-coordinate representation of color #8B0556: hue angle of 323.73º 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 #8B0556 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 5 86 -
CMYK 0 0.96 0.38 0.45
HSL 323.73º 0.93% 0.28% -
HSV(B) 323.73º 0.96% 0.55% -
XYZ 12.38 6.27 9.36 -
YUV 54.3 145.89 188.41 -
System Red Green Blue C M Y K H S L
Decimal 139 5 86 0 0.96 0.38 0.45 323.73 0.93 0.28
Hex 8B 5 56 0 60 26 2D 144 5D 1C
Octal 213 5 126 0 140 46 55 504 135 34
Binary 10001011 101 1010110 0 1100000 100110 101101 101000100 1011101 11100

Color Harmonies of #8B0556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0556

Black with #8B0556

Text Example


Text Example

White with #8B0556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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