Html Css Color HEX #881281 Dark Purple

📋 copy color: '#881281'

red 136 ◦ green 18 ◦ blue 129

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

Shades of Dark Purple #881281

Tints of Dark Purple #881281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 48.06%
G = 6.36%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#881281 (or 0x881281) is known color: Dark Purple. HEX triplet: 88, 12 and 81. RGB value is (136,18,129). Sum of RGB (Red+Green+Blue) = 136+18+129=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #881281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #881281 is #77ED7E. Grayscale: #414141. Windows color (decimal): -7859583 or 8458888. OLE color: 8458888.

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

Color convert

RGB 136 18 129 -
CMYK 0 0.87 0.05 0.47
HSL 303.56º 0.77% 0.3% -
HSV(B) 303.56º 0.87% 0.53% -
XYZ 14.33 7.25 21.41 -
YUV 65.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 136 18 129 0 0.87 0.05 0.47 303.56 0.77 0.3
Hex 88 12 81 0 57 5 2F 130 4D 1E
Octal 210 22 201 0 127 5 57 460 115 36
Binary 10001000 10010 10000001 0 1010111 101 101111 100110000 1001101 11110

Color Harmonies of #881281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881281

Black with #881281

Text Example


Text Example

White with #881281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881281; }

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

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

background-color css

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

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

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

border-color css

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

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

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