Html Css Color HEX #880268 Eggplant

📋 copy color: '#880268'

red 136 ◦ green 2 ◦ blue 104

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

Shades of Eggplant #880268

Tints of Eggplant #880268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 42.98%

R = 56.2%
G = 0.83%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880268 (or 0x880268) is known color: Eggplant. HEX triplet: 88, 02 and 68. RGB value is (136,2,104). Sum of RGB (Red+Green+Blue) = 136+2+104=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #880268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880268 is #77FD97. Grayscale: #353535. Windows color (decimal): -7863704 or 6816392. OLE color: 6816392.

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

Color convert

RGB 136 2 104 -
CMYK 0 0.99 0.24 0.47
HSL 314.33º 0.97% 0.27% -
HSV(B) 314.33º 0.99% 0.53% -
XYZ 12.67 6.28 13.64 -
YUV 53.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 136 2 104 0 0.99 0.24 0.47 314.33 0.97 0.27
Hex 88 2 68 0 63 18 2F 13A 61 1B
Octal 210 2 150 0 143 30 57 472 141 33
Binary 10001000 10 1101000 0 1100011 11000 101111 100111010 1100001 11011

Color Harmonies of #880268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880268

Black with #880268

Text Example


Text Example

White with #880268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880268; }

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

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

background-color css

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

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

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

border-color css

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

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

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