Html Css Color HEX #88116F Dark Purple

📋 copy color: '#88116F'

red 136 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #88116F

Tints of Dark Purple #88116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 51.52%
G = 6.44%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88116F (or 0x88116F) is known color: Dark Purple. HEX triplet: 88, 11 and 6F. RGB value is (136,17,111). Sum of RGB (Red+Green+Blue) = 136+17+111=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #88116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88116F is #77EE90. Grayscale: #3F3F3F. Windows color (decimal): -7859857 or 7278984. OLE color: 7278984.

HSL color Cylindrical-coordinate representation of color #88116F: hue angle of 312.61º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88116F is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 111 -
CMYK 0 0.87 0.18 0.47
HSL 312.61º 0.78% 0.3% -
HSV(B) 312.61º 0.88% 0.53% -
XYZ 13.22 6.78 15.65 -
YUV 63.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 136 17 111 0 0.87 0.18 0.47 312.61 0.78 0.3
Hex 88 11 6F 0 57 12 2F 139 4E 1E
Octal 210 21 157 0 127 22 57 471 116 36
Binary 10001000 10001 1101111 0 1010111 10010 101111 100111001 1001110 11110

Color Harmonies of #88116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88116F

Black with #88116F

Text Example


Text Example

White with #88116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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