Html Css Color HEX #88166D Dark Purple

📋 copy color: '#88166D'

red 136 ◦ green 22 ◦ blue 109

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

Shades of Dark Purple #88166D

Tints of Dark Purple #88166D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.24%

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

R = 50.94%
G = 8.24%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88166D (or 0x88166D) is known color: Dark Purple. HEX triplet: 88, 16 and 6D. RGB value is (136,22,109). Sum of RGB (Red+Green+Blue) = 136+22+109=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #88166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88166D is #77E992. Grayscale: #414141. Windows color (decimal): -7858579 or 7149192. OLE color: 7149192.

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

Color convert

RGB 136 22 109 -
CMYK 0 0.84 0.20 0.47
HSL 314.21º 0.72% 0.31% -
HSV(B) 314.21º 0.84% 0.53% -
XYZ 13.2 6.91 15.11 -
YUV 66 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 136 22 109 0 0.84 0.20 0.47 314.21 0.72 0.31
Hex 88 16 6D 0 54 14 2F 13A 48 1F
Octal 210 26 155 0 124 24 57 472 110 37
Binary 10001000 10110 1101101 0 1010100 10100 101111 100111010 1001000 11111

Color Harmonies of #88166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88166D

Black with #88166D

Text Example


Text Example

White with #88166D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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