#8312AE

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

Shades of Dark Violet #8312AE

Tints of Dark Violet #8312AE

Color information

#8312AE (or 0x8312AE) is unknown color: approx Dark Violet. HEX triplet: 83, 12 and AE. RGB value is (131,18,174). Sum of RGB (Red+Green+Blue) = 131+18+174=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #8312AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8312AE is #7CED51. Grayscale: #454545. Windows color (decimal): -8187218 or 11408003. OLE color: 11408003.

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

Color convert

RGB13118174-
CMYK0.250.9000.32
HSL283.46º81.25%37.65%-
HSV(B)283.46º89.66%68.24%-
XYZ17.228.3140.74-
YUV69.57186.94171.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 18 (7.42% from 255) = 5.57%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=40.56%
G=5.57%
B=53.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131181740.250.9000.32283.4681.2537.65
Hex8312AE195A02011b5126
Octal203222563113204043312146
Binary10000011100101010111011001101101001000001000110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8312AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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