Html Css Color HEX #881E81 Dark Purple

📋 copy color: '#881E81'

red 136 ◦ green 30 ◦ blue 129

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

Shades of Dark Purple #881E81

Tints of Dark Purple #881E81

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.17%

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

R = 46.1%
G = 10.17%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#881E81 (or 0x881E81) is known color: Dark Purple. HEX triplet: 88, 1E and 81. RGB value is (136,30,129). Sum of RGB (Red+Green+Blue) = 136+30+129=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 129 (50.78% from 255 or 43.73% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #881E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881E81 is #77E17E. Grayscale: #484848. Windows color (decimal): -7856511 or 8461960. OLE color: 8461960.

HSL color Cylindrical-coordinate representation of color #881E81: hue angle of 303.96º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #881E81 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 129 -
CMYK 0 0.78 0.05 0.47
HSL 303.96º 0.64% 0.33% -
HSV(B) 303.96º 0.78% 0.53% -
XYZ 14.58 7.75 21.5 -
YUV 72.98 159.62 172.95 -
System Red Green Blue C M Y K H S L
Decimal 136 30 129 0 0.78 0.05 0.47 303.96 0.64 0.33
Hex 88 1E 81 0 4E 5 2F 130 40 21
Octal 210 36 201 0 116 5 57 460 100 41
Binary 10001000 11110 10000001 0 1001110 101 101111 100110000 1000000 100001

Color Harmonies of #881E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E81

Black with #881E81

Text Example


Text Example

White with #881E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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