Html Css Color HEX #880D62 Eggplant

📋 copy color: '#880D62'

red 136 ◦ green 13 ◦ blue 98

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

Shades of Eggplant #880D62

Tints of Eggplant #880D62

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.26%

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

R = 55.06%
G = 5.26%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#880D62 (or 0x880D62) is known color: Eggplant. HEX triplet: 88, 0D and 62. RGB value is (136,13,98). Sum of RGB (Red+Green+Blue) = 136+13+98=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880D62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D62 is #77F29D. Grayscale: #3B3B3B. Windows color (decimal): -7860894 or 6425992. OLE color: 6425992.

HSL color Cylindrical-coordinate representation of color #880D62: hue angle of 318.54º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D62 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 98 -
CMYK 0 0.90 0.28 0.47
HSL 318.54º 0.83% 0.29% -
HSV(B) 318.54º 0.9% 0.53% -
XYZ 12.5 6.4 12.13 -
YUV 59.47 149.75 182.59 -
System Red Green Blue C M Y K H S L
Decimal 136 13 98 0 0.90 0.28 0.47 318.54 0.83 0.29
Hex 88 D 62 0 5A 1C 2F 13F 53 1D
Octal 210 15 142 0 132 34 57 477 123 35
Binary 10001000 1101 1100010 0 1011010 11100 101111 100111111 1010011 11101

Color Harmonies of #880D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D62

Black with #880D62

Text Example


Text Example

White with #880D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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