#8214AB

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

Shades of Vivid Violet #8214AB

Tints of Vivid Violet #8214AB

Color information

#8214AB (or 0x8214AB) is unknown color: approx Vivid Violet. HEX triplet: 82, 14 and AB. RGB value is (130,20,171). Sum of RGB (Red+Green+Blue) = 130+20+171=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #8214AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8214AB is #7DEB54. Grayscale: #454545. Windows color (decimal): -8252245 or 11211906. OLE color: 11211906.

HSL color Cylindrical-coordinate representation of color #8214AB: hue angle of 283.71º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8214AB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13020171-
CMYK0.240.8800.33
HSL283.71º79.06%37.45%-
HSV(B)283.71º88.3%67.06%-
XYZ16.818.1939.22-
YUV70.1184.94170.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 20 (8.20% from 255) = 6.23%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=40.50%
G=6.23%
B=53.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal130201710.240.8800.33283.7179.0637.45
Hex8214AB185802111c4f25
Octal202242533013004143411745
Binary10000010101001010101111000101100001000011000111001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8214AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,20,171); }

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

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

 a { background-color: rgb(130,20,171); }

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

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

 span { border-color: rgb(130,20,171); }

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