#8413AE

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

Shades of Dark Violet #8413AE

Tints of Dark Violet #8413AE

Color information

#8413AE (or 0x8413AE) is unknown color: approx Dark Violet. HEX triplet: 84, 13 and AE. RGB value is (132,19,174). Sum of RGB (Red+Green+Blue) = 132+19+174=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #8413AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8413AE is #7BEC51. Grayscale: #454545. Windows color (decimal): -8121426 or 11408260. OLE color: 11408260.

HSL color Cylindrical-coordinate representation of color #8413AE: hue angle of 283.74º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8413AE is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13219174-
CMYK0.240.8900.32
HSL283.74º80.31%37.84%-
HSV(B)283.74º89.08%68.24%-
XYZ17.398.4340.75-
YUV70.46186.44171.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 19 (7.81% from 255) = 5.85%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=40.62%
G=5.85%
B=53.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal132191740.240.8900.32283.7480.3137.84
Hex8413AE185902011c5026
Octal204232563013104043412046
Binary10000100100111010111011000101100101000001000111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8413AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8413AE; }

 p { color: rgb(132,19,174); }

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

<style>
 a { background-color: #8413AE; }

 a { background-color: rgb(132,19,174); }

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

<style>
 span { border-color: #8413AE; }

 span { border-color: rgb(132,19,174); }

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