#8821AA

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

Shades of Vivid Violet #8821AA

Tints of Vivid Violet #8821AA

Color information

#8821AA (or 0x8821AA) is unknown color: approx Vivid Violet. HEX triplet: 88, 21 and AA. RGB value is (136,33,170). Sum of RGB (Red+Green+Blue) = 136+33+170=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #8821AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8821AA is #77DE55. Grayscale: #4E4E4E. Windows color (decimal): -7855702 or 11149704. OLE color: 11149704.

HSL color Cylindrical-coordinate representation of color #8821AA: hue angle of 285.11º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8821AA is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13633170-
CMYK0.200.8100.33
HSL285.11º67.49%39.8%-
HSV(B)285.11º80.59%66.67%-
XYZ17.959.2238.86-
YUV79.41179.12168.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=40.12%
G=9.73%
B=50.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136331700.200.8100.33285.1167.4939.8
Hex8821AA145102111d4328
Octal210412522412104143510350
Binary100010001000011010101010100101000101000011000111011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8821AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8821AA; }

 p { color: rgb(136,33,170); }

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

<style>
 a { background-color: #8821AA; }

 a { background-color: rgb(136,33,170); }

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

<style>
 span { border-color: #8821AA; }

 span { border-color: rgb(136,33,170); }

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