Html Css Color HEX #880952 Eggplant

📋 copy color: '#880952'

red 136 ◦ green 9 ◦ blue 82

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

Shades of Eggplant #880952

Tints of Eggplant #880952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 59.91%
G = 3.96%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#880952 (or 0x880952) is known color: Eggplant. HEX triplet: 88, 09 and 52. RGB value is (136,9,82). Sum of RGB (Red+Green+Blue) = 136+9+82=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #880952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880952 is #77F6AD. Grayscale: #373737. Windows color (decimal): -7861934 or 5376392. OLE color: 5376392.

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

Color convert

RGB 136 9 82 -
CMYK 0 0.93 0.40 0.47
HSL 325.51º 0.88% 0.28% -
HSV(B) 325.51º 0.93% 0.53% -
XYZ 11.77 6.04 8.53 -
YUV 55.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 136 9 82 0 0.93 0.40 0.47 325.51 0.88 0.28
Hex 88 9 52 0 5D 28 2F 146 58 1C
Octal 210 11 122 0 135 50 57 506 130 34
Binary 10001000 1001 1010010 0 1011101 101000 101111 101000110 1011000 11100

Color Harmonies of #880952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880952

Black with #880952

Text Example


Text Example

White with #880952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880952; }

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

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

background-color css

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

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

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

border-color css

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

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

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