#8315BA

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

Shades of Dark Violet #8315BA

Tints of Dark Violet #8315BA

Color information

#8315BA (or 0x8315BA) is unknown color: approx Dark Violet. HEX triplet: 83, 15 and BA. RGB value is (131,21,186). Sum of RGB (Red+Green+Blue) = 131+21+186=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #8315BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8315BA is #7CEA45. Grayscale: #484848. Windows color (decimal): -8186438 or 12195203. OLE color: 12195203.

HSL color Cylindrical-coordinate representation of color #8315BA: hue angle of 280º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8315BA is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13121186-
CMYK0.300.8900.27
HSL280º79.71%40.59%-
HSV(B)280º88.71%72.94%-
XYZ18.498.9147.2-
YUV72.7191.94169.58-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 21 (8.59% from 255) = 6.21%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=38.76%
G=6.21%
B=55.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131211860.300.8900.2728079.7140.59
Hex8315BA1E5901B1185029
Octal203252723613103343012051
Binary1000001110101101110101111010110010110111000110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8315BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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