Html Css Color HEX #88056D Eggplant

📋 copy color: '#88056D'

red 136 ◦ green 5 ◦ blue 109

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

Shades of Eggplant #88056D

Tints of Eggplant #88056D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 54.4%
G = 2%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88056D (or 0x88056D) is known color: Eggplant. HEX triplet: 88, 05 and 6D. RGB value is (136,5,109). Sum of RGB (Red+Green+Blue) = 136+5+109=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88056D is #77FA92. Grayscale: #373737. Windows color (decimal): -7862931 or 7144840. OLE color: 7144840.

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

Color convert

RGB 136 5 109 -
CMYK 0 0.96 0.20 0.47
HSL 312.37º 0.93% 0.28% -
HSV(B) 312.37º 0.96% 0.53% -
XYZ 12.97 6.45 15.03 -
YUV 56.03 157.9 185.04 -
System Red Green Blue C M Y K H S L
Decimal 136 5 109 0 0.96 0.20 0.47 312.37 0.93 0.28
Hex 88 5 6D 0 60 14 2F 138 5D 1C
Octal 210 5 155 0 140 24 57 470 135 34
Binary 10001000 101 1101101 0 1100000 10100 101111 100111000 1011101 11100

Color Harmonies of #88056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88056D

Black with #88056D

Text Example


Text Example

White with #88056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88056D; }

 p { color: rgb(136,5,109); }

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

background-color css

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

 a { background-color: rgb(136,5,109); }

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

border-color css

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

 span { border-color: rgb(136,5,109); }

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