#820ABF

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

Shades of Dark Violet #820ABF

Tints of Dark Violet #820ABF

Color information

#820ABF (or 0x820ABF) is unknown color: approx Dark Violet. HEX triplet: 82, 0A and BF. RGB value is (130,10,191). Sum of RGB (Red+Green+Blue) = 130+10+191=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #820ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ABF is #7DF540. Grayscale: #414141. Windows color (decimal): -8254785 or 12520066. OLE color: 12520066.

HSL color Cylindrical-coordinate representation of color #820ABF: hue angle of 279.78º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820ABF is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13010191-
CMYK0.320.9500.25
HSL279.78º90.05%39.41%-
HSV(B)279.78º94.76%74.9%-
XYZ18.728.7249.99-
YUV66.51198.26173.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 10 (4.30% from 255) = 3.02%
BLUE value IS 191 (75% from 255) = 57.70%
R=39.27%
G=3.02%
B=57.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130101910.320.9500.25279.7890.0539.41
Hex82ABF205F0191185a27
Octal202122774013703143013247
Binary1000001010101011111110000010111110110011000110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820ABF; }

 p { color: rgb(130,10,191); }

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

<style>
 a { background-color: #820ABF; }

 a { background-color: rgb(130,10,191); }

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

<style>
 span { border-color: #820ABF; }

 span { border-color: rgb(130,10,191); }

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