Html Css Color HEX #880A6C Eggplant

📋 copy color: '#880A6C'

red 136 ◦ green 10 ◦ blue 108

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

Shades of Eggplant #880A6C

Tints of Eggplant #880A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 53.54%
G = 3.94%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#880A6C (or 0x880A6C) is known color: Eggplant. HEX triplet: 88, 0A and 6C. RGB value is (136,10,108). Sum of RGB (Red+Green+Blue) = 136+10+108=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880A6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A6C is #77F593. Grayscale: #3A3A3A. Windows color (decimal): -7861652 or 7080584. OLE color: 7080584.

HSL color Cylindrical-coordinate representation of color #880A6C: hue angle of 313.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A6C is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 108 -
CMYK 0 0.93 0.21 0.47
HSL 313.33º 0.86% 0.29% -
HSV(B) 313.33º 0.93% 0.53% -
XYZ 12.97 6.53 14.77 -
YUV 58.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 136 10 108 0 0.93 0.21 0.47 313.33 0.86 0.29
Hex 88 A 6C 0 5D 15 2F 139 56 1D
Octal 210 12 154 0 135 25 57 471 126 35
Binary 10001000 1010 1101100 0 1011101 10101 101111 100111001 1010110 11101

Color Harmonies of #880A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A6C

Black with #880A6C

Text Example


Text Example

White with #880A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A6C; }

 p { color: rgb(136,10,108); }

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

background-color css

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

 a { background-color: rgb(136,10,108); }

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

border-color css

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

 span { border-color: rgb(136,10,108); }

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