#8120AD

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

Shades of Vivid Violet #8120AD

Tints of Vivid Violet #8120AD

Color information

#8120AD (or 0x8120AD) is unknown color: approx Vivid Violet. HEX triplet: 81, 20 and AD. RGB value is (129,32,173). Sum of RGB (Red+Green+Blue) = 129+32+173=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #8120AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8120AD is #7EDF52. Grayscale: #4C4C4C. Windows color (decimal): -8314707 or 11346049. OLE color: 11346049.

HSL color Cylindrical-coordinate representation of color #8120AD: hue angle of 281.28º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8120AD is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12932173-
CMYK0.250.8200.32
HSL281.28º68.78%40.2%-
HSV(B)281.28º81.5%67.84%-
XYZ17.118.7240.32-
YUV77.08182.14165.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.62%
GREEN value IS 32 (12.89% from 255) = 9.58%
BLUE value IS 173 (67.97% from 255) = 51.80%
R=38.62%
G=9.58%
B=51.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129321730.250.8200.32281.2868.7840.2
Hex8120AD19520201194528
Octal201402553112204043110550
Binary100000011000001010110111001101001001000001000110011000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8120AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8120AD; }

 p { color: rgb(129,32,173); }

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

<style>
 a { background-color: #8120AD; }

 a { background-color: rgb(129,32,173); }

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

<style>
 span { border-color: #8120AD; }

 span { border-color: rgb(129,32,173); }

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