Shades of Dark Violet #9315B5
Tints of Dark Violet #9315B5
RGB
CMYK
RGB Variations
Color information
#9315B5 (or 0x9315B5) is known color: Dark Violet. HEX triplet: 93, 15 and B5. RGB value is (147,21,181). Sum of RGB (Red+Green+Blue) = 147+21+181=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #9315B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315B5 is #6CEA4A. Grayscale: #4C4C4C. Windows color (decimal): -7137867 or 11867539. OLE color: 11867539.
HSL color Cylindrical-coordinate representation of color #9315B5: hue angle of 287.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9315B5 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 21 | 181 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.29 |
| HSL | 287.25º | 0.79% | 0.4% | - |
| HSV(B) | 287.25º | 0.88% | 0.71% | - |
| XYZ | 20.64 | 10.08 | 44.57 | - |
| YUV | 76.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 181 | 0.19 | 0.88 | 0 | 0.29 | 287.25 | 0.79 | 0.4 |
| Hex | 93 | 15 | B5 | 13 | 58 | 0 | 1D | 11F | 4F | 28 |
| Octal | 223 | 25 | 265 | 23 | 130 | 0 | 35 | 437 | 117 | 50 |
| Binary | 10010011 | 10101 | 10110101 | 10011 | 1011000 | 0 | 11101 | 100011111 | 1001111 | 101000 |
Color Harmonies of #9315B5
Complementary color
Monochromatic Colors of #9315B5
Black with #9315B5
Text Example
Text Example
White with #9315B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315B5; }
p { color: rgb(147,21,181); }
H1.HeaderClassName
{
color: #9315B5;
}
.AnyTagClassName
{
color: #9315B5;
}
</style>
background-color css
<style>
a { background-color: #9315B5; }
a { background-color: rgb(147,21,181); }
div.DivClassName
{
background-color: #9315B5;
}
.BgClassName
{
background-color: #9315B5;
}
</style>
border-color css
<style>
span { border-color: #9315B5; }
span { border-color: rgb(147,21,181); }
td.TdClassName
{
border-color: #9315B5;
}
.TagClassName
{
border-color: #9315B5;
}
</style>