#8205B6

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

Shades of Dark Violet #8205B6

Tints of Dark Violet #8205B6

Color information

#8205B6 (or 0x8205B6) is unknown color: approx Dark Violet. HEX triplet: 82, 05 and B6. RGB value is (130,5,182). Sum of RGB (Red+Green+Blue) = 130+5+182=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 182 (71.48% from 255 or 57.41% from 317); Max value from RGB is 182 - color contains mainly: blue. Hex color #8205B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8205B6 is #7DFA49. Grayscale: #3D3D3D. Windows color (decimal): -8256074 or 11928962. OLE color: 11928962.

HSL color Cylindrical-coordinate representation of color #8205B6: hue angle of 282.37º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8205B6 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1305182-
CMYK0.290.9700.29
HSL282.37º94.65%36.67%-
HSV(B)282.37º97.25%71.37%-
XYZ17.78.2344.91-
YUV62.55195.41176.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.01%
GREEN value IS 5 (2.34% from 255) = 1.58%
BLUE value IS 182 (71.48% from 255) = 57.41%
R=41.01%
G=1.58%
B=57.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13051820.290.9700.29282.3794.6536.67
Hex825B61D6101D11a5f25
Octal20252663514103543213745
Binary10000010101101101101110111000010111011000110101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8205B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8205B6; }

 p { color: rgb(130,5,182); }

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

<style>
 a { background-color: #8205B6; }

 a { background-color: rgb(130,5,182); }

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

<style>
 span { border-color: #8205B6; }

 span { border-color: rgb(130,5,182); }

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