Html Css Color HEX #880D64 Eggplant

📋 copy color: '#880D64'

red 136 ◦ green 13 ◦ blue 100

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

Shades of Eggplant #880D64

Tints of Eggplant #880D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 54.62%
G = 5.22%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#880D64 (or 0x880D64) is known color: Eggplant. HEX triplet: 88, 0D and 64. RGB value is (136,13,100). Sum of RGB (Red+Green+Blue) = 136+13+100=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #880D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D64 is #77F29B. Grayscale: #3B3B3B. Windows color (decimal): -7860892 or 6557064. OLE color: 6557064.

HSL color Cylindrical-coordinate representation of color #880D64: hue angle of 317.56º 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 #880D64 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 100 -
CMYK 0 0.90 0.26 0.47
HSL 317.56º 0.83% 0.29% -
HSV(B) 317.56º 0.9% 0.53% -
XYZ 12.6 6.44 12.64 -
YUV 59.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 136 13 100 0 0.90 0.26 0.47 317.56 0.83 0.29
Hex 88 D 64 0 5A 1A 2F 13E 53 1D
Octal 210 15 144 0 132 32 57 476 123 35
Binary 10001000 1101 1100100 0 1011010 11010 101111 100111110 1010011 11101

Color Harmonies of #880D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D64

Black with #880D64

Text Example


Text Example

White with #880D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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