Html Css Color HEX #880264 Eggplant

📋 copy color: '#880264'

red 136 ◦ green 2 ◦ blue 100

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

Shades of Eggplant #880264

Tints of Eggplant #880264

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 57.14%
G = 0.84%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#880264 (or 0x880264) is known color: Eggplant. HEX triplet: 88, 02 and 64. RGB value is (136,2,100). Sum of RGB (Red+Green+Blue) = 136+2+100=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #880264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880264 is #77FD9B. Grayscale: #343434. Windows color (decimal): -7863708 or 6554248. OLE color: 6554248.

HSL color Cylindrical-coordinate representation of color #880264: hue angle of 316.12º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880264 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 100 -
CMYK 0 0.99 0.26 0.47
HSL 316.12º 0.97% 0.27% -
HSV(B) 316.12º 0.99% 0.53% -
XYZ 12.48 6.2 12.6 -
YUV 53.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 136 2 100 0 0.99 0.26 0.47 316.12 0.97 0.27
Hex 88 2 64 0 63 1A 2F 13C 61 1B
Octal 210 2 144 0 143 32 57 474 141 33
Binary 10001000 10 1100100 0 1100011 11010 101111 100111100 1100001 11011

Color Harmonies of #880264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880264

Black with #880264

Text Example


Text Example

White with #880264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880264; }

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

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

background-color css

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

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

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

border-color css

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

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

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