Html Css Color HEX #880F64 Eggplant

📋 copy color: '#880F64'

red 136 ◦ green 15 ◦ blue 100

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

Shades of Eggplant #880F64

Tints of Eggplant #880F64

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.98%

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

R = 54.18%
G = 5.98%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#880F64 (or 0x880F64) is known color: Eggplant. HEX triplet: 88, 0F and 64. RGB value is (136,15,100). Sum of RGB (Red+Green+Blue) = 136+15+100=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #880F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F64 is #77F09B. Grayscale: #3C3C3C. Windows color (decimal): -7860380 or 6557576. OLE color: 6557576.

HSL color Cylindrical-coordinate representation of color #880F64: hue angle of 317.85º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F64 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 15 100 -
CMYK 0 0.89 0.26 0.47
HSL 317.85º 0.8% 0.3% -
HSV(B) 317.85º 0.89% 0.53% -
XYZ 12.62 6.5 12.65 -
YUV 60.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 136 15 100 0 0.89 0.26 0.47 317.85 0.8 0.3
Hex 88 F 64 0 59 1A 2F 13E 50 1E
Octal 210 17 144 0 131 32 57 476 120 36
Binary 10001000 1111 1100100 0 1011001 11010 101111 100111110 1010000 11110

Color Harmonies of #880F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F64

Black with #880F64

Text Example


Text Example

White with #880F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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