Html Css Color HEX #88046D Eggplant

📋 copy color: '#88046D'

red 136 ◦ green 4 ◦ blue 109

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

Shades of Eggplant #88046D

Tints of Eggplant #88046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 54.62%
G = 1.61%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88046D (or 0x88046D) is known color: Eggplant. HEX triplet: 88, 04 and 6D. RGB value is (136,4,109). Sum of RGB (Red+Green+Blue) = 136+4+109=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88046D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88046D is #77FB92. Grayscale: #373737. Windows color (decimal): -7863187 or 7144584. OLE color: 7144584.

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

Color convert

RGB 136 4 109 -
CMYK 0 0.97 0.20 0.47
HSL 312.27º 0.94% 0.27% -
HSV(B) 312.27º 0.97% 0.53% -
XYZ 12.96 6.43 15.03 -
YUV 55.44 158.23 185.46 -
System Red Green Blue C M Y K H S L
Decimal 136 4 109 0 0.97 0.20 0.47 312.27 0.94 0.27
Hex 88 4 6D 0 61 14 2F 138 5E 1B
Octal 210 4 155 0 141 24 57 470 136 33
Binary 10001000 100 1101101 0 1100001 10100 101111 100111000 1011110 11011

Color Harmonies of #88046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88046D

Black with #88046D

Text Example


Text Example

White with #88046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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