Html Css Color HEX #880862 Eggplant

📋 copy color: '#880862'

red 136 ◦ green 8 ◦ blue 98

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

Shades of Eggplant #880862

Tints of Eggplant #880862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 98 (38.67% from 255) = 40.5%

R = 56.2%
G = 3.31%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#880862 (or 0x880862) is known color: Eggplant. HEX triplet: 88, 08 and 62. RGB value is (136,8,98). Sum of RGB (Red+Green+Blue) = 136+8+98=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #880862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880862 is #77F79D. Grayscale: #383838. Windows color (decimal): -7862174 or 6424712. OLE color: 6424712.

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

Color convert

RGB 136 8 98 -
CMYK 0 0.94 0.28 0.47
HSL 317.81º 0.89% 0.28% -
HSV(B) 317.81º 0.94% 0.53% -
XYZ 12.44 6.29 12.11 -
YUV 56.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 136 8 98 0 0.94 0.28 0.47 317.81 0.89 0.28
Hex 88 8 62 0 5E 1C 2F 13E 59 1C
Octal 210 10 142 0 136 34 57 476 131 34
Binary 10001000 1000 1100010 0 1011110 11100 101111 100111110 1011001 11100

Color Harmonies of #880862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880862

Black with #880862

Text Example


Text Example

White with #880862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880862; }

 p { color: rgb(136,8,98); }

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

background-color css

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

 a { background-color: rgb(136,8,98); }

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

border-color css

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

 span { border-color: rgb(136,8,98); }

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