#8A21AB

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

Shades of Vivid Violet #8A21AB

Tints of Vivid Violet #8A21AB

Color information

#8A21AB (or 0x8A21AB) is unknown color: approx Vivid Violet. HEX triplet: 8A, 21 and AB. RGB value is (138,33,171). Sum of RGB (Red+Green+Blue) = 138+33+171=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A21AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A21AB is #75DE54. Grayscale: #4F4F4F. Windows color (decimal): -7724629 or 11215242. OLE color: 11215242.

HSL color Cylindrical-coordinate representation of color #8A21AB: hue angle of 285.65º 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 #8A21AB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13833171-
CMYK0.190.8100.33
HSL285.65º67.65%40%-
HSV(B)285.65º80.7%67.06%-
XYZ18.389.4339.38-
YUV80.13179.29169.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 33 (13.28% from 255) = 9.65%
BLUE value IS 171 (67.19% from 255) = 50%
R=40.35%
G=9.65%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138331710.190.8100.33285.6567.6540
Hex8A21AB135102111e4428
Octal212412532312104143610450
Binary100010101000011010101110011101000101000011000111101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A21AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A21AB; }

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

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

<style>
 a { background-color: #8A21AB; }

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

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

<style>
 span { border-color: #8A21AB; }

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

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