Html Css Color HEX #880260 Eggplant

📋 copy color: '#880260'

red 136 ◦ green 2 ◦ blue 96

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

Shades of Eggplant #880260

Tints of Eggplant #880260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 58.12%
G = 0.85%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880260 (or 0x880260) is known color: Eggplant. HEX triplet: 88, 02 and 60. RGB value is (136,2,96). Sum of RGB (Red+Green+Blue) = 136+2+96=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #880260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880260 is #77FD9F. Grayscale: #343434. Windows color (decimal): -7863712 or 6292104. OLE color: 6292104.

HSL color Cylindrical-coordinate representation of color #880260: hue angle of 317.91º 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 #880260 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 96 -
CMYK 0 0.99 0.29 0.47
HSL 317.91º 0.97% 0.27% -
HSV(B) 317.91º 0.99% 0.53% -
XYZ 12.29 6.12 11.6 -
YUV 52.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 136 2 96 0 0.99 0.29 0.47 317.91 0.97 0.27
Hex 88 2 60 0 63 1D 2F 13E 61 1B
Octal 210 2 140 0 143 35 57 476 141 33
Binary 10001000 10 1100000 0 1100011 11101 101111 100111110 1100001 11011

Color Harmonies of #880260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880260

Black with #880260

Text Example


Text Example

White with #880260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880260; }

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

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

background-color css

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

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

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

border-color css

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

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

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