#820ABC

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

Shades of Dark Violet #820ABC

Tints of Dark Violet #820ABC

Color information

#820ABC (or 0x820ABC) is unknown color: approx Dark Violet. HEX triplet: 82, 0A and BC. RGB value is (130,10,188). Sum of RGB (Red+Green+Blue) = 130+10+188=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #820ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #820ABC is #7DF543. Grayscale: #414141. Windows color (decimal): -8254788 or 12323458. OLE color: 12323458.

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

Color convert

RGB13010188-
CMYK0.310.9500.26
HSL280.45º89.9%38.82%-
HSV(B)280.45º94.68%73.73%-
XYZ18.398.5948.27-
YUV66.17196.76173.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 10 (4.30% from 255) = 3.05%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=39.63%
G=3.05%
B=57.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130101880.310.9500.26280.4589.938.82
Hex82ABC1F5F01A1185a27
Octal202122743713703243013247
Binary100000101010101111001111110111110110101000110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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