Html Css Color HEX #880962 Eggplant

📋 copy color: '#880962'

red 136 ◦ green 9 ◦ blue 98

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

Shades of Eggplant #880962

Tints of Eggplant #880962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.7%

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

R = 55.97%
G = 3.7%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#880962 (or 0x880962) is known color: Eggplant. HEX triplet: 88, 09 and 62. RGB value is (136,9,98). Sum of RGB (Red+Green+Blue) = 136+9+98=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #880962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880962 is #77F69D. Grayscale: #383838. Windows color (decimal): -7861918 or 6424968. OLE color: 6424968.

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

Color convert

RGB 136 9 98 -
CMYK 0 0.93 0.28 0.47
HSL 317.95º 0.88% 0.28% -
HSV(B) 317.95º 0.93% 0.53% -
XYZ 12.46 6.31 12.12 -
YUV 57.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 136 9 98 0 0.93 0.28 0.47 317.95 0.88 0.28
Hex 88 9 62 0 5D 1C 2F 13E 58 1C
Octal 210 11 142 0 135 34 57 476 130 34
Binary 10001000 1001 1100010 0 1011101 11100 101111 100111110 1011000 11100

Color Harmonies of #880962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880962

Black with #880962

Text Example


Text Example

White with #880962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880962; }

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

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

background-color css

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

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

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

border-color css

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

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

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