#8401AE

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

Shades of Dark Violet #8401AE

Tints of Dark Violet #8401AE

Color information

#8401AE (or 0x8401AE) is unknown color: approx Dark Violet. HEX triplet: 84, 01 and AE. RGB value is (132,1,174). Sum of RGB (Red+Green+Blue) = 132+1+174=307 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.00% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #8401AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8401AE is #7BFE51. Grayscale: #3B3B3B. Windows color (decimal): -8126034 or 11403652. OLE color: 11403652.

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

Color convert

RGB1321174-
CMYK0.240.9900.32
HSL285.43º98.86%34.31%-
HSV(B)285.43º99.43%68.24%-
XYZ17.177.9840.68-
YUV59.89192.4179.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.00%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=43.00%
G=0.33%
B=56.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13211740.240.9900.32285.4398.8634.31
Hex841AE186302011d6322
Octal20412563014304043514342
Binary1000010011010111011000110001101000001000111011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8401AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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