Html Css Color HEX #881881 Dark Purple

📋 copy color: '#881881'

red 136 ◦ green 24 ◦ blue 129

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

Shades of Dark Purple #881881

Tints of Dark Purple #881881

RGB

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

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

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

R = 47.06%
G = 8.3%
B = 44.64%

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

#881881 (or 0x881881) is known color: Dark Purple. HEX triplet: 88, 18 and 81. RGB value is (136,24,129). Sum of RGB (Red+Green+Blue) = 136+24+129=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #881881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881881 is #77E77E. Grayscale: #454545. Windows color (decimal): -7858047 or 8460424. OLE color: 8460424.

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

Color convert

RGB 136 24 129 -
CMYK 0 0.82 0.05 0.47
HSL 303.75º 0.7% 0.31% -
HSV(B) 303.75º 0.82% 0.53% -
XYZ 14.44 7.47 21.45 -
YUV 69.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 136 24 129 0 0.82 0.05 0.47 303.75 0.7 0.31
Hex 88 18 81 0 52 5 2F 130 46 1F
Octal 210 30 201 0 122 5 57 460 106 37
Binary 10001000 11000 10000001 0 1010010 101 101111 100110000 1000110 11111

Color Harmonies of #881881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881881

Black with #881881

Text Example


Text Example

White with #881881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881881; }

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

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

background-color css

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

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

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

border-color css

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

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

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