#8204EA

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

Shades of Dark Violet #8204EA

Tints of Dark Violet #8204EA

Color information

#8204EA (or 0x8204EA) is unknown color: approx Dark Violet. HEX triplet: 82, 04 and EA. RGB value is (130,4,234). Sum of RGB (Red+Green+Blue) = 130+4+234=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 4 (1.95% from 255 or 1.09% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #8204EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8204EA is #7DFB15. Grayscale: #434343. Windows color (decimal): -8256278 or 15336578. OLE color: 15336578.

HSL color Cylindrical-coordinate representation of color #8204EA: hue angle of 272.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8204EA is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1304234-
CMYK0.440.9800.08
HSL272.87º96.64%46.67%-
HSV(B)272.87º98.29%91.76%-
XYZ24.110.7778.65-
YUV67.89221.74172.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 4 (1.95% from 255) = 1.09%
BLUE value IS 234 (91.80% from 255) = 63.59%
R=35.33%
G=1.09%
B=63.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal13042340.440.9800.08272.8796.6446.67
Hex824EA2C6208111612f
Octal20243525414201042114157
Binary10000010100111010101011001100010010001000100011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8204EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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