Html Css Color HEX #881981 Dark Purple

📋 copy color: '#881981'

red 136 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #881981

Tints of Dark Purple #881981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.62%

 BLUE value IS 129 (50.78% from 255) = 44.48%

R = 46.9%
G = 8.62%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#881981 (or 0x881981) is known color: Dark Purple. HEX triplet: 88, 19 and 81. RGB value is (136,25,129). Sum of RGB (Red+Green+Blue) = 136+25+129=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #881981 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881981 is #77E67E. Grayscale: #454545. Windows color (decimal): -7857791 or 8460680. OLE color: 8460680.

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

Color convert

RGB 136 25 129 -
CMYK 0 0.82 0.05 0.47
HSL 303.78º 0.69% 0.32% -
HSV(B) 303.78º 0.82% 0.53% -
XYZ 14.46 7.51 21.46 -
YUV 70.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 136 25 129 0 0.82 0.05 0.47 303.78 0.69 0.32
Hex 88 19 81 0 52 5 2F 130 45 20
Octal 210 31 201 0 122 5 57 460 105 40
Binary 10001000 11001 10000001 0 1010010 101 101111 100110000 1000101 100000

Color Harmonies of #881981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881981

Black with #881981

Text Example


Text Example

White with #881981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881981; }

 p { color: rgb(136,25,129); }

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

background-color css

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

 a { background-color: rgb(136,25,129); }

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

border-color css

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

 span { border-color: rgb(136,25,129); }

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