Html Css Color HEX #880D6A Eggplant

📋 copy color: '#880D6A'

red 136 ◦ green 13 ◦ blue 106

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

Shades of Eggplant #880D6A

Tints of Eggplant #880D6A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.1%

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 53.33%
G = 5.1%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#880D6A (or 0x880D6A) is known color: Eggplant. HEX triplet: 88, 0D and 6A. RGB value is (136,13,106). Sum of RGB (Red+Green+Blue) = 136+13+106=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #880D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D6A is #77F295. Grayscale: #3C3C3C. Windows color (decimal): -7860886 or 6950280. OLE color: 6950280.

HSL color Cylindrical-coordinate representation of color #880D6A: hue angle of 314.63º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D6A is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 106 -
CMYK 0 0.90 0.22 0.47
HSL 314.63º 0.83% 0.29% -
HSV(B) 314.63º 0.9% 0.53% -
XYZ 12.9 6.56 14.22 -
YUV 60.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 136 13 106 0 0.90 0.22 0.47 314.63 0.83 0.29
Hex 88 D 6A 0 5A 16 2F 13B 53 1D
Octal 210 15 152 0 132 26 57 473 123 35
Binary 10001000 1101 1101010 0 1011010 10110 101111 100111011 1010011 11101

Color Harmonies of #880D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D6A

Black with #880D6A

Text Example


Text Example

White with #880D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,13,106); }

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

background-color css

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

 a { background-color: rgb(136,13,106); }

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

border-color css

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

 span { border-color: rgb(136,13,106); }

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