Html Css Color HEX #88066B Eggplant

📋 copy color: '#88066B'

red 136 ◦ green 6 ◦ blue 107

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

Shades of Eggplant #88066B

Tints of Eggplant #88066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.97%

R = 54.62%
G = 2.41%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88066B (or 0x88066B) is known color: Eggplant. HEX triplet: 88, 06 and 6B. RGB value is (136,6,107). Sum of RGB (Red+Green+Blue) = 136+6+107=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88066B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88066B is #77F994. Grayscale: #383838. Windows color (decimal): -7862677 or 7014024. OLE color: 7014024.

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

Color convert

RGB 136 6 107 -
CMYK 0 0.96 0.21 0.47
HSL 313.38º 0.92% 0.28% -
HSV(B) 313.38º 0.96% 0.53% -
XYZ 12.87 6.43 14.47 -
YUV 56.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 136 6 107 0 0.96 0.21 0.47 313.38 0.92 0.28
Hex 88 6 6B 0 60 15 2F 139 5C 1C
Octal 210 6 153 0 140 25 57 471 134 34
Binary 10001000 110 1101011 0 1100000 10101 101111 100111001 1011100 11100

Color Harmonies of #88066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88066B

Black with #88066B

Text Example


Text Example

White with #88066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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