Html Css Color HEX #8B0558 Eggplant

📋 copy color: '#8B0558'

red 139 ◦ green 5 ◦ blue 88

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

Shades of Eggplant #8B0558

Tints of Eggplant #8B0558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.93%

R = 59.91%
G = 2.16%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B0558 (or 0x8B0558) is known color: Eggplant. HEX triplet: 8B, 05 and 58. RGB value is (139,5,88). Sum of RGB (Red+Green+Blue) = 139+5+88=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0558 is #74FAA7. Grayscale: #363636. Windows color (decimal): -7666344 or 5768587. OLE color: 5768587.

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

Color convert

RGB 139 5 88 -
CMYK 0 0.96 0.37 0.45
HSL 322.84º 0.93% 0.28% -
HSV(B) 322.84º 0.96% 0.55% -
XYZ 12.46 6.3 9.79 -
YUV 54.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 139 5 88 0 0.96 0.37 0.45 322.84 0.93 0.28
Hex 8B 5 58 0 60 25 2D 143 5D 1C
Octal 213 5 130 0 140 45 55 503 135 34
Binary 10001011 101 1011000 0 1100000 100101 101101 101000011 1011101 11100

Color Harmonies of #8B0558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0558

Black with #8B0558

Text Example


Text Example

White with #8B0558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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