#8821AB

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

Shades of Vivid Violet #8821AB

Tints of Vivid Violet #8821AB

Color information

#8821AB (or 0x8821AB) is unknown color: approx Vivid Violet. HEX triplet: 88, 21 and AB. RGB value is (136,33,171). Sum of RGB (Red+Green+Blue) = 136+33+171=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #8821AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8821AB is #77DE54. Grayscale: #4F4F4F. Windows color (decimal): -7855701 or 11215240. OLE color: 11215240.

HSL color Cylindrical-coordinate representation of color #8821AB: hue angle of 284.78º degrees, saturation: 0.68, 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 #8821AB is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13633171-
CMYK0.200.8100.33
HSL284.78º67.65%40%-
HSV(B)284.78º80.7%67.06%-
XYZ18.059.2639.36-
YUV79.53179.62168.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=40%
G=9.71%
B=50.29%

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
Decimal136331710.200.8100.33284.7867.6540
Hex8821AB145102111d4428
Octal210412532412104143510450
Binary100010001000011010101110100101000101000011000111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8821AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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