Html Css Color HEX #88086A Eggplant

📋 copy color: '#88086A'

red 136 ◦ green 8 ◦ blue 106

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

Shades of Eggplant #88086A

Tints of Eggplant #88086A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 106 (41.8% from 255) = 42.4%

R = 54.4%
G = 3.2%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88086A (or 0x88086A) is known color: Eggplant. HEX triplet: 88, 08 and 6A. RGB value is (136,8,106). Sum of RGB (Red+Green+Blue) = 136+8+106=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88086A is #77F795. Grayscale: #393939. Windows color (decimal): -7862166 or 6949000. OLE color: 6949000.

HSL color Cylindrical-coordinate representation of color #88086A: hue angle of 314.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88086A is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 106 -
CMYK 0 0.94 0.22 0.47
HSL 314.06º 0.89% 0.28% -
HSV(B) 314.06º 0.94% 0.53% -
XYZ 12.84 6.45 14.2 -
YUV 57.44 155.41 184.03 -
System Red Green Blue C M Y K H S L
Decimal 136 8 106 0 0.94 0.22 0.47 314.06 0.89 0.28
Hex 88 8 6A 0 5E 16 2F 13A 59 1C
Octal 210 10 152 0 136 26 57 472 131 34
Binary 10001000 1000 1101010 0 1011110 10110 101111 100111010 1011001 11100

Color Harmonies of #88086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88086A

Black with #88086A

Text Example


Text Example

White with #88086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88086A; }

 p { color: rgb(136,8,106); }

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

background-color css

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

 a { background-color: rgb(136,8,106); }

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

border-color css

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

 span { border-color: rgb(136,8,106); }

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