#8204E5

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

Shades of Dark Violet #8204E5

Tints of Dark Violet #8204E5

Color information

#8204E5 (or 0x8204E5) is unknown color: approx Dark Violet. HEX triplet: 82, 04 and E5. RGB value is (130,4,229). Sum of RGB (Red+Green+Blue) = 130+4+229=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 229 (89.84% from 255 or 63.09% from 363); Max value from RGB is 229 - color contains mainly: blue. Hex color #8204E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8204E5 is #7DFB1A. Grayscale: #424242. Windows color (decimal): -8256283 or 15008898. OLE color: 15008898.

HSL color Cylindrical-coordinate representation of color #8204E5: hue angle of 273.6º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204E5 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1304229-
CMYK0.430.9800.10
HSL273.6º96.57%45.69%-
HSV(B)273.6º98.25%89.8%-
XYZ23.3910.4974.92-
YUV67.32219.24172.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 229 (89.84% from 255) = 63.09%
R=35.81%
G=1.10%
B=63.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal13042290.430.9800.10273.696.5745.69
Hex824E52B620A112612e
Octal20243455314201242214156
Binary10000010100111001011010111100010010101000100101100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8204E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8204E5; }

 p { color: rgb(130,4,229); }

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

<style>
 a { background-color: #8204E5; }

 a { background-color: rgb(130,4,229); }

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

<style>
 span { border-color: #8204E5; }

 span { border-color: rgb(130,4,229); }

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