Html Css Color HEX #88065D Eggplant

📋 copy color: '#88065D'

red 136 ◦ green 6 ◦ blue 93

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

Shades of Eggplant #88065D

Tints of Eggplant #88065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

 BLUE value IS 93 (36.72% from 255) = 39.57%

R = 57.87%
G = 2.55%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88065D (or 0x88065D) is known color: Eggplant. HEX triplet: 88, 06 and 5D. RGB value is (136,6,93). Sum of RGB (Red+Green+Blue) = 136+6+93=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88065D is #77F9A2. Grayscale: #363636. Windows color (decimal): -7862691 or 6096520. OLE color: 6096520.

HSL color Cylindrical-coordinate representation of color #88065D: hue angle of 319.85º degrees, saturation: 0.92, 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 #88065D is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 6 93 -
CMYK 0 0.96 0.32 0.47
HSL 319.85º 0.92% 0.28% -
HSV(B) 319.85º 0.96% 0.53% -
XYZ 12.19 6.15 10.9 -
YUV 54.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 136 6 93 0 0.96 0.32 0.47 319.85 0.92 0.28
Hex 88 6 5D 0 60 20 2F 140 5C 1C
Octal 210 6 135 0 140 40 57 500 134 34
Binary 10001000 110 1011101 0 1100000 100000 101111 101000000 1011100 11100

Color Harmonies of #88065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88065D

Black with #88065D

Text Example


Text Example

White with #88065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,6,93); }

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

background-color css

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

 a { background-color: rgb(136,6,93); }

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

border-color css

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

 span { border-color: rgb(136,6,93); }

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