Html Css Color HEX #880F5A Eggplant

📋 copy color: '#880F5A'

red 136 ◦ green 15 ◦ blue 90

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

Shades of Eggplant #880F5A

Tints of Eggplant #880F5A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

 BLUE value IS 90 (35.55% from 255) = 37.34%

R = 56.43%
G = 6.22%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#880F5A (or 0x880F5A) is known color: Eggplant. HEX triplet: 88, 0F and 5A. RGB value is (136,15,90). Sum of RGB (Red+Green+Blue) = 136+15+90=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880F5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F5A is #77F0A5. Grayscale: #3B3B3B. Windows color (decimal): -7860390 or 5902216. OLE color: 5902216.

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

Color convert

RGB 136 15 90 -
CMYK 0 0.89 0.34 0.47
HSL 322.81º 0.8% 0.3% -
HSV(B) 322.81º 0.89% 0.53% -
XYZ 12.17 6.31 10.25 -
YUV 59.73 145.09 182.4 -
System Red Green Blue C M Y K H S L
Decimal 136 15 90 0 0.89 0.34 0.47 322.81 0.8 0.3
Hex 88 F 5A 0 59 22 2F 143 50 1E
Octal 210 17 132 0 131 42 57 503 120 36
Binary 10001000 1111 1011010 0 1011001 100010 101111 101000011 1010000 11110

Color Harmonies of #880F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F5A

Black with #880F5A

Text Example


Text Example

White with #880F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,15,90); }

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

background-color css

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

 a { background-color: rgb(136,15,90); }

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

border-color css

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

 span { border-color: rgb(136,15,90); }

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