Html Css Color HEX #881A80 Dark Purple

📋 copy color: '#881A80'

red 136 ◦ green 26 ◦ blue 128

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

Shades of Dark Purple #881A80

Tints of Dark Purple #881A80

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.97%

 BLUE value IS 128 (50.39% from 255) = 44.14%

R = 46.9%
G = 8.97%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#881A80 (or 0x881A80) is known color: Dark Purple. HEX triplet: 88, 1A and 80. RGB value is (136,26,128). Sum of RGB (Red+Green+Blue) = 136+26+128=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #881A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881A80 is #77E57F. Grayscale: #464646. Windows color (decimal): -7857536 or 8395400. OLE color: 8395400.

HSL color Cylindrical-coordinate representation of color #881A80: hue angle of 304.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #881A80 is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 26 128 -
CMYK 0 0.81 0.06 0.47
HSL 304.36º 0.68% 0.32% -
HSV(B) 304.36º 0.81% 0.53% -
XYZ 14.42 7.53 21.12 -
YUV 70.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 136 26 128 0 0.81 0.06 0.47 304.36 0.68 0.32
Hex 88 1A 80 0 51 6 2F 130 44 20
Octal 210 32 200 0 121 6 57 460 104 40
Binary 10001000 11010 10000000 0 1010001 110 101111 100110000 1000100 100000

Color Harmonies of #881A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881A80

Black with #881A80

Text Example


Text Example

White with #881A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,26,128); }

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

background-color css

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

 a { background-color: rgb(136,26,128); }

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

border-color css

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

 span { border-color: rgb(136,26,128); }

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