Html Css Color HEX #88066F Eggplant

📋 copy color: '#88066F'

red 136 ◦ green 6 ◦ blue 111

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

Shades of Eggplant #88066F

Tints of Eggplant #88066F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.87%

R = 53.75%
G = 2.37%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88066F (or 0x88066F) is known color: Eggplant. HEX triplet: 88, 06 and 6F. RGB value is (136,6,111). Sum of RGB (Red+Green+Blue) = 136+6+111=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88066F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88066F is #77F990. Grayscale: #383838. Windows color (decimal): -7862673 or 7276168. OLE color: 7276168.

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

Color convert

RGB 136 6 111 -
CMYK 0 0.96 0.18 0.47
HSL 311.54º 0.92% 0.28% -
HSV(B) 311.54º 0.96% 0.53% -
XYZ 13.09 6.51 15.61 -
YUV 56.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 136 6 111 0 0.96 0.18 0.47 311.54 0.92 0.28
Hex 88 6 6F 0 60 12 2F 138 5C 1C
Octal 210 6 157 0 140 22 57 470 134 34
Binary 10001000 110 1101111 0 1100000 10010 101111 100111000 1011100 11100

Color Harmonies of #88066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88066F

Black with #88066F

Text Example


Text Example

White with #88066F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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