Html Css Color HEX #88156D Dark Purple

📋 copy color: '#88156D'

red 136 ◦ green 21 ◦ blue 109

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

Shades of Dark Purple #88156D

Tints of Dark Purple #88156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 51.13%
G = 7.89%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88156D (or 0x88156D) is known color: Dark Purple. HEX triplet: 88, 15 and 6D. RGB value is (136,21,109). Sum of RGB (Red+Green+Blue) = 136+21+109=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #88156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88156D is #77EA92. Grayscale: #414141. Windows color (decimal): -7858835 or 7148936. OLE color: 7148936.

HSL color Cylindrical-coordinate representation of color #88156D: hue angle of 314.09º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88156D is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 109 -
CMYK 0 0.85 0.20 0.47
HSL 314.09º 0.73% 0.31% -
HSV(B) 314.09º 0.85% 0.53% -
XYZ 13.18 6.87 15.1 -
YUV 65.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 136 21 109 0 0.85 0.20 0.47 314.09 0.73 0.31
Hex 88 15 6D 0 55 14 2F 13A 49 1F
Octal 210 25 155 0 125 24 57 472 111 37
Binary 10001000 10101 1101101 0 1010101 10100 101111 100111010 1001001 11111

Color Harmonies of #88156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88156D

Black with #88156D

Text Example


Text Example

White with #88156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,21,109); }

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

background-color css

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

 a { background-color: rgb(136,21,109); }

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

border-color css

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

 span { border-color: rgb(136,21,109); }

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