#8315AE

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

Shades of Dark Violet #8315AE

Tints of Dark Violet #8315AE

Color information

#8315AE (or 0x8315AE) is unknown color: approx Dark Violet. HEX triplet: 83, 15 and AE. RGB value is (131,21,174). Sum of RGB (Red+Green+Blue) = 131+21+174=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #8315AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8315AE is #7CEA51. Grayscale: #464646. Windows color (decimal): -8186450 or 11408771. OLE color: 11408771.

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

Color convert

RGB13121174-
CMYK0.250.8800.32
HSL283.14º78.46%38.24%-
HSV(B)283.14º87.93%68.24%-
XYZ17.278.4240.76-
YUV71.33185.94170.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 21 (8.59% from 255) = 6.44%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=40.18%
G=6.44%
B=53.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131211740.250.8800.32283.1478.4638.24
Hex8315AE195802011b4e26
Octal203252563113004043311646
Binary10000011101011010111011001101100001000001000110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8315AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,21,174); }

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

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

 a { background-color: rgb(131,21,174); }

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

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

 span { border-color: rgb(131,21,174); }

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