Html Css Color HEX #881886 Dark Purple

📋 copy color: '#881886'

red 136 ◦ green 24 ◦ blue 134

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

Shades of Dark Purple #881886

Tints of Dark Purple #881886

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

 BLUE value IS 134 (52.73% from 255) = 45.58%

R = 46.26%
G = 8.16%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#881886 (or 0x881886) is known color: Dark Purple. HEX triplet: 88, 18 and 86. RGB value is (136,24,134). Sum of RGB (Red+Green+Blue) = 136+24+134=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #881886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881886 is #77E779. Grayscale: #454545. Windows color (decimal): -7858042 or 8788104. OLE color: 8788104.

HSL color Cylindrical-coordinate representation of color #881886: hue angle of 301.07º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881886 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 24 134 -
CMYK 0 0.82 0.01 0.47
HSL 301.07º 0.7% 0.31% -
HSV(B) 301.07º 0.82% 0.53% -
XYZ 14.78 7.61 23.24 -
YUV 70.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 136 24 134 0 0.82 0.01 0.47 301.07 0.7 0.31
Hex 88 18 86 0 52 1 2F 12D 46 1F
Octal 210 30 206 0 122 1 57 455 106 37
Binary 10001000 11000 10000110 0 1010010 1 101111 100101101 1000110 11111

Color Harmonies of #881886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881886

Black with #881886

Text Example


Text Example

White with #881886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881886; }

 p { color: rgb(136,24,134); }

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

background-color css

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

 a { background-color: rgb(136,24,134); }

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

border-color css

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

 span { border-color: rgb(136,24,134); }

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