#9315BA

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

Shades of Dark Violet #9315BA

Tints of Dark Violet #9315BA

Color information

#9315BA (or 0x9315BA) is unknown color: approx Dark Violet. HEX triplet: 93, 15 and BA. RGB value is (147,21,186). Sum of RGB (Red+Green+Blue) = 147+21+186=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #9315BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315BA is #6CEA45. Grayscale: #4C4C4C. Windows color (decimal): -7137862 or 12195219. OLE color: 12195219.

HSL color Cylindrical-coordinate representation of color #9315BA: hue angle of 285.82º 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 #9315BA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14721186-
CMYK0.210.8900.27
HSL285.82º79.71%40.59%-
HSV(B)285.82º88.71%72.94%-
XYZ21.1610.2847.32-
YUV77.48189.24177.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 21 (8.59% from 255) = 5.93%
BLUE value IS 186 (73.05% from 255) = 52.54%
R=41.53%
G=5.93%
B=52.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147211860.210.8900.27285.8279.7140.59
Hex9315BA155901B11e5029
Octal223252722513103343612051
Binary1001001110101101110101010110110010110111000111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9315BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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