Html Css Color HEX #881E85 Dark Purple

📋 copy color: '#881E85'

red 136 ◦ green 30 ◦ blue 133

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

Shades of Dark Purple #881E85

Tints of Dark Purple #881E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.48%

R = 45.48%
G = 10.03%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#881E85 (or 0x881E85) is known color: Dark Purple. HEX triplet: 88, 1E and 85. RGB value is (136,30,133). Sum of RGB (Red+Green+Blue) = 136+30+133=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #881E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881E85 is #77E17A. Grayscale: #494949. Windows color (decimal): -7856507 or 8724104. OLE color: 8724104.

HSL color Cylindrical-coordinate representation of color #881E85: hue angle of 301.7º 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 #881E85 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 30 133 -
CMYK 0 0.78 0.02 0.47
HSL 301.7º 0.64% 0.33% -
HSV(B) 301.7º 0.78% 0.53% -
XYZ 14.85 7.86 22.92 -
YUV 73.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 136 30 133 0 0.78 0.02 0.47 301.7 0.64 0.33
Hex 88 1E 85 0 4E 2 2F 12E 40 21
Octal 210 36 205 0 116 2 57 456 100 41
Binary 10001000 11110 10000101 0 1001110 10 101111 100101110 1000000 100001

Color Harmonies of #881E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881E85

Black with #881E85

Text Example


Text Example

White with #881E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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