#881DA1

Color #881DA1 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #881DA1

Tints of Vivid Violet #881DA1

Color information

#881DA1 (or 0x881DA1) is unknown color: approx Vivid Violet. HEX triplet: 88, 1D and A1. RGB value is (136,29,161). Sum of RGB (Red+Green+Blue) = 136+29+161=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 161 (63.28% from 255 or 49.39% from 326); Max value from RGB is 161 - color contains mainly: blue. Hex color #881DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DA1 is #77E25E. Grayscale: #4B4B4B. Windows color (decimal): -7856735 or 10558856. OLE color: 10558856.

HSL color Cylindrical-coordinate representation of color #881DA1: hue angle of 288.64º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #881DA1 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13629161-
CMYK0.160.8200.37
HSL288.64º69.47%37.25%-
HSV(B)288.64º81.99%63.14%-
XYZ17.038.6934.5-
YUV76.04175.95170.77-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.72%
GREEN value IS 29 (11.72% from 255) = 8.90%
BLUE value IS 161 (63.28% from 255) = 49.39%
R=41.72%
G=8.90%
B=49.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal136291610.160.8200.37288.6469.4737.25
Hex881DA110520251214525
Octal210352412012204544110545
Binary10001000111011010000110000101001001001011001000011000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,29,161); }

 H1.HeaderClassName
 {
   color: #881DA1;
 }
 .AnyTagClassName
 {
   color: #881DA1;
 }
</style>
background-color css

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

 a { background-color: rgb(136,29,161); }

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

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

 span { border-color: rgb(136,29,161); }

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