#9315BC

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

Shades of Dark Violet #9315BC

Tints of Dark Violet #9315BC

Color information

#9315BC (or 0x9315BC) is unknown color: approx Dark Violet. HEX triplet: 93, 15 and BC. RGB value is (147,21,188). Sum of RGB (Red+Green+Blue) = 147+21+188=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 21 (8.59% from 255 or 5.90% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #9315BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315BC is #6CEA43. Grayscale: #4D4D4D. Windows color (decimal): -7137860 or 12326291. OLE color: 12326291.

HSL color Cylindrical-coordinate representation of color #9315BC: hue angle of 285.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9315BC is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14721188-
CMYK0.220.8900.26
HSL285.27º79.9%40.98%-
HSV(B)285.27º88.83%73.73%-
XYZ21.3810.3748.45-
YUV77.71190.24177.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 21 (8.59% from 255) = 5.90%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=41.29%
G=5.90%
B=52.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147211880.220.8900.26285.2779.940.98
Hex9315BC165901A11d5029
Octal223252742613103243512051
Binary1001001110101101111001011010110010110101000111011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9315BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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