Html Css Color HEX #88095F Eggplant

📋 copy color: '#88095F'

red 136 ◦ green 9 ◦ blue 95

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

Shades of Eggplant #88095F

Tints of Eggplant #88095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 56.67%
G = 3.75%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#88095F (or 0x88095F) is known color: Eggplant. HEX triplet: 88, 09 and 5F. RGB value is (136,9,95). Sum of RGB (Red+Green+Blue) = 136+9+95=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #88095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88095F is #77F6A0. Grayscale: #383838. Windows color (decimal): -7861921 or 6228360. OLE color: 6228360.

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

Color convert

RGB 136 9 95 -
CMYK 0 0.93 0.30 0.47
HSL 319.37º 0.88% 0.28% -
HSV(B) 319.37º 0.93% 0.53% -
XYZ 12.32 6.26 11.38 -
YUV 56.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 136 9 95 0 0.93 0.30 0.47 319.37 0.88 0.28
Hex 88 9 5F 0 5D 1E 2F 13F 58 1C
Octal 210 11 137 0 135 36 57 477 130 34
Binary 10001000 1001 1011111 0 1011101 11110 101111 100111111 1011000 11100

Color Harmonies of #88095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88095F

Black with #88095F

Text Example


Text Example

White with #88095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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