#881AAB

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

Shades of Vivid Violet #881AAB

Tints of Vivid Violet #881AAB

Color information

#881AAB (or 0x881AAB) is unknown color: approx Vivid Violet. HEX triplet: 88, 1A and AB. RGB value is (136,26,171). Sum of RGB (Red+Green+Blue) = 136+26+171=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #881AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881AAB is #77E554. Grayscale: #4A4A4A. Windows color (decimal): -7857493 or 11213448. OLE color: 11213448.

HSL color Cylindrical-coordinate representation of color #881AAB: hue angle of 285.52º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881AAB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13626171-
CMYK0.200.8500.33
HSL285.52º73.6%38.63%-
HSV(B)285.52º84.8%67.06%-
XYZ17.878.9139.31-
YUV75.42181.94171.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 26 (10.55% from 255) = 7.81%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=40.84%
G=7.81%
B=51.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136261710.200.8500.33285.5273.638.63
Hex881AAB145502111e4a27
Octal210322532412504143611247
Binary10001000110101010101110100101010101000011000111101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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