Shades of Dark Violet #9315B1
Tints of Dark Violet #9315B1
RGB
CMYK
RGB Variations
Color information
#9315B1 (or 0x9315B1) is known color: Dark Violet. HEX triplet: 93, 15 and B1. RGB value is (147,21,177). Sum of RGB (Red+Green+Blue) = 147+21+177=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #9315B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9315B1 is #6CEA4E. Grayscale: #4B4B4B. Windows color (decimal): -7137871 or 11605395. OLE color: 11605395.
HSL color Cylindrical-coordinate representation of color #9315B1: hue angle of 288.46º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9315B1 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 21 | 177 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.31 |
| HSL | 288.46º | 0.79% | 0.39% | - |
| HSV(B) | 288.46º | 0.88% | 0.69% | - |
| XYZ | 20.24 | 9.91 | 42.44 | - |
| YUV | 76.46 | 184.74 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 177 | 0.17 | 0.88 | 0 | 0.31 | 288.46 | 0.79 | 0.39 |
| Hex | 93 | 15 | B1 | 11 | 58 | 0 | 1F | 120 | 4F | 27 |
| Octal | 223 | 25 | 261 | 21 | 130 | 0 | 37 | 440 | 117 | 47 |
| Binary | 10010011 | 10101 | 10110001 | 10001 | 1011000 | 0 | 11111 | 100100000 | 1001111 | 100111 |
Color Harmonies of #9315B1
Complementary color
Monochromatic Colors of #9315B1
Black with #9315B1
Text Example
Text Example
White with #9315B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315B1; }
p { color: rgb(147,21,177); }
H1.HeaderClassName
{
color: #9315B1;
}
.AnyTagClassName
{
color: #9315B1;
}
</style>
background-color css
<style>
a { background-color: #9315B1; }
a { background-color: rgb(147,21,177); }
div.DivClassName
{
background-color: #9315B1;
}
.BgClassName
{
background-color: #9315B1;
}
</style>
border-color css
<style>
span { border-color: #9315B1; }
span { border-color: rgb(147,21,177); }
td.TdClassName
{
border-color: #9315B1;
}
.TagClassName
{
border-color: #9315B1;
}
</style>