#8212AD

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

Shades of Dark Violet #8212AD

Tints of Dark Violet #8212AD

Color information

#8212AD (or 0x8212AD) is unknown color: approx Dark Violet. HEX triplet: 82, 12 and AD. RGB value is (130,18,173). Sum of RGB (Red+Green+Blue) = 130+18+173=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #8212AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8212AD is #7DED52. Grayscale: #444444. Windows color (decimal): -8252755 or 11342466. OLE color: 11342466.

HSL color Cylindrical-coordinate representation of color #8212AD: hue angle of 283.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8212AD is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13018173-
CMYK0.250.9000.32
HSL283.35º81.15%37.45%-
HSV(B)283.35º89.6%67.84%-
XYZ16.978.240.22-
YUV69.16186.61171.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.50%
GREEN value IS 18 (7.42% from 255) = 5.61%
BLUE value IS 173 (67.97% from 255) = 53.89%
R=40.50%
G=5.61%
B=53.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal130181730.250.9000.32283.3581.1537.45
Hex8212AD195A02011b5125
Octal202222553113204043312145
Binary10000010100101010110111001101101001000001000110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8212AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,18,173); }

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

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

 a { background-color: rgb(130,18,173); }

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

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

 span { border-color: rgb(130,18,173); }

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