#881AAD

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

Shades of Vivid Violet #881AAD

Tints of Vivid Violet #881AAD

Color information

#881AAD (or 0x881AAD) is unknown color: approx Vivid Violet. HEX triplet: 88, 1A and AD. RGB value is (136,26,173). Sum of RGB (Red+Green+Blue) = 136+26+173=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #881AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #881AAD is #77E552. Grayscale: #4B4B4B. Windows color (decimal): -7857491 or 11344520. OLE color: 11344520.

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

Color convert

RGB13626173-
CMYK0.210.8500.32
HSL284.9º73.87%39.02%-
HSV(B)284.9º84.97%67.84%-
XYZ18.078.9940.32-
YUV75.65182.94171.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 26 (10.55% from 255) = 7.76%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=40.60%
G=7.76%
B=51.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal136261730.210.8500.32284.973.8739.02
Hex881AAD155502011d4a27
Octal210322552512504043511247
Binary10001000110101010110110101101010101000001000111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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