#881DA9

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

Shades of Vivid Violet #881DA9

Tints of Vivid Violet #881DA9

Color information

#881DA9 (or 0x881DA9) is unknown color: approx Vivid Violet. HEX triplet: 88, 1D and A9. RGB value is (136,29,169). Sum of RGB (Red+Green+Blue) = 136+29+169=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 169 (66.41% from 255 or 50.60% from 334); Max value from RGB is 169 - color contains mainly: blue. Hex color #881DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881DA9 is #77E256. Grayscale: #4C4C4C. Windows color (decimal): -7856727 or 11083144. OLE color: 11083144.

HSL color Cylindrical-coordinate representation of color #881DA9: hue angle of 285.86º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881DA9 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13629169-
CMYK0.200.8300.34
HSL285.86º70.71%38.82%-
HSV(B)285.86º82.84%66.27%-
XYZ17.758.9838.33-
YUV76.95179.95170.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 29 (11.72% from 255) = 8.68%
BLUE value IS 169 (66.41% from 255) = 50.60%
R=40.72%
G=8.68%
B=50.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal136291690.200.8300.34285.8670.7138.82
Hex881DA9145302211e4727
Octal210352512412304243610747
Binary10001000111011010100110100101001101000101000111101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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