Html Css Color HEX #880458 Eggplant

📋 copy color: '#880458'

red 136 ◦ green 4 ◦ blue 88

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

Shades of Eggplant #880458

Tints of Eggplant #880458

RGB

 RED value IS 136 (53.52% from 255) = 59.65%

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 59.65%
G = 1.75%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#880458 (or 0x880458) is known color: Eggplant. HEX triplet: 88, 04 and 58. RGB value is (136,4,88). Sum of RGB (Red+Green+Blue) = 136+4+88=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #880458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880458 is #77FBA7. Grayscale: #343434. Windows color (decimal): -7863208 or 5768328. OLE color: 5768328.

HSL color Cylindrical-coordinate representation of color #880458: hue angle of 321.82º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880458 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 88 -
CMYK 0 0.97 0.35 0.47
HSL 321.82º 0.94% 0.27% -
HSV(B) 321.82º 0.97% 0.53% -
XYZ 11.96 6.03 9.77 -
YUV 53.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 136 4 88 0 0.97 0.35 0.47 321.82 0.94 0.27
Hex 88 4 58 0 61 23 2F 142 5E 1B
Octal 210 4 130 0 141 43 57 502 136 33
Binary 10001000 100 1011000 0 1100001 100011 101111 101000010 1011110 11011

Color Harmonies of #880458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880458

Black with #880458

Text Example


Text Example

White with #880458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880458; }

 p { color: rgb(136,4,88); }

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

background-color css

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

 a { background-color: rgb(136,4,88); }

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

border-color css

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

 span { border-color: rgb(136,4,88); }

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