Html Css Color HEX #880468 Eggplant

📋 copy color: '#880468'

red 136 ◦ green 4 ◦ blue 104

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

Shades of Eggplant #880468

Tints of Eggplant #880468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 55.74%
G = 1.64%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880468 (or 0x880468) is known color: Eggplant. HEX triplet: 88, 04 and 68. RGB value is (136,4,104). Sum of RGB (Red+Green+Blue) = 136+4+104=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #880468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880468 is #77FB97. Grayscale: #363636. Windows color (decimal): -7863192 or 6816904. OLE color: 6816904.

HSL color Cylindrical-coordinate representation of color #880468: hue angle of 314.55º 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 #880468 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 104 -
CMYK 0 0.97 0.24 0.47
HSL 314.55º 0.94% 0.27% -
HSV(B) 314.55º 0.97% 0.53% -
XYZ 12.7 6.32 13.65 -
YUV 54.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 136 4 104 0 0.97 0.24 0.47 314.55 0.94 0.27
Hex 88 4 68 0 61 18 2F 13B 5E 1B
Octal 210 4 150 0 141 30 57 473 136 33
Binary 10001000 100 1101000 0 1100001 11000 101111 100111011 1011110 11011

Color Harmonies of #880468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880468

Black with #880468

Text Example


Text Example

White with #880468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880468; }

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

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

background-color css

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

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

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

border-color css

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

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

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