Html Css Color HEX #881566 Dark Purple

📋 copy color: '#881566'

red 136 ◦ green 21 ◦ blue 102

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

Shades of Dark Purple #881566

Tints of Dark Purple #881566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 52.51%
G = 8.11%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#881566 (or 0x881566) is known color: Dark Purple. HEX triplet: 88, 15 and 66. RGB value is (136,21,102). Sum of RGB (Red+Green+Blue) = 136+21+102=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #881566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881566 is #77EA99. Grayscale: #404040. Windows color (decimal): -7858842 or 6690184. OLE color: 6690184.

HSL color Cylindrical-coordinate representation of color #881566: hue angle of 317.74º 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 #881566 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 21 102 -
CMYK 0 0.85 0.25 0.47
HSL 317.74º 0.73% 0.31% -
HSV(B) 317.74º 0.85% 0.53% -
XYZ 12.82 6.73 13.19 -
YUV 64.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 136 21 102 0 0.85 0.25 0.47 317.74 0.73 0.31
Hex 88 15 66 0 55 19 2F 13E 49 1F
Octal 210 25 146 0 125 31 57 476 111 37
Binary 10001000 10101 1100110 0 1010101 11001 101111 100111110 1001001 11111

Color Harmonies of #881566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881566

Black with #881566

Text Example


Text Example

White with #881566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881566; }

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

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

background-color css

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

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

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

border-color css

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

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

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