Html Css Color HEX #880062 Eggplant

📋 copy color: '#880062'

red 136 ◦ green 0 ◦ blue 98

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

Shades of Eggplant #880062

Tints of Eggplant #880062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.12%
G = 0%
B = 41.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#880062 (or 0x880062) is known color: Eggplant. HEX triplet: 88, 00 and 62. RGB value is (136,0,98). Sum of RGB (Red+Green+Blue) = 136+0+98=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #880062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880062 is #77FF9D. Grayscale: #333333. Windows color (decimal): -7864222 or 6422664. OLE color: 6422664.

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

Color convert

RGB 136 0 98 -
CMYK 0 1 0.28 0.47
HSL 316.76º 1% 0.27% -
HSV(B) 316.76º 1% 0.53% -
XYZ 12.36 6.12 12.08 -
YUV 51.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 136 0 98 0 1 0.28 0.47 316.76 1 0.27
Hex 88 0 62 0 64 1C 2F 13D 64 1B
Octal 210 0 142 0 144 34 57 475 144 33
Binary 10001000 0 1100010 0 1100100 11100 101111 100111101 1100100 11011

Color Harmonies of #880062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880062

Black with #880062

Text Example


Text Example

White with #880062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880062; }

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

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

background-color css

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

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

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

border-color css

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

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

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