Shades of Dark Violet #9316B5
Tints of Dark Violet #9316B5
RGB
CMYK
RGB Variations
Color information
#9316B5 (or 0x9316B5) is known color: Dark Violet. HEX triplet: 93, 16 and B5. RGB value is (147,22,181). Sum of RGB (Red+Green+Blue) = 147+22+181=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 181 (71.09% from 255 or 51.71% from 350); Max value from RGB is 181 - color contains mainly: blue. Hex color #9316B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9316B5 is #6CE94A. Grayscale: #4C4C4C. Windows color (decimal): -7137611 or 11867795. OLE color: 11867795.
HSL color Cylindrical-coordinate representation of color #9316B5: hue angle of 287.17º degrees, saturation: 0.78, 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 #9316B5 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 22 | 181 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.29 |
| HSL | 287.17º | 0.78% | 0.4% | - |
| HSV(B) | 287.17º | 0.88% | 0.71% | - |
| XYZ | 20.66 | 10.11 | 44.58 | - |
| YUV | 77.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 22 | 181 | 0.19 | 0.88 | 0 | 0.29 | 287.17 | 0.78 | 0.4 |
| Hex | 93 | 16 | B5 | 13 | 58 | 0 | 1D | 11F | 4E | 28 |
| Octal | 223 | 26 | 265 | 23 | 130 | 0 | 35 | 437 | 116 | 50 |
| Binary | 10010011 | 10110 | 10110101 | 10011 | 1011000 | 0 | 11101 | 100011111 | 1001110 | 101000 |
Color Harmonies of #9316B5
Complementary color
Monochromatic Colors of #9316B5
Black with #9316B5
Text Example
Text Example
White with #9316B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9316B5; }
p { color: rgb(147,22,181); }
H1.HeaderClassName
{
color: #9316B5;
}
.AnyTagClassName
{
color: #9316B5;
}
</style>
background-color css
<style>
a { background-color: #9316B5; }
a { background-color: rgb(147,22,181); }
div.DivClassName
{
background-color: #9316B5;
}
.BgClassName
{
background-color: #9316B5;
}
</style>
border-color css
<style>
span { border-color: #9316B5; }
span { border-color: rgb(147,22,181); }
td.TdClassName
{
border-color: #9316B5;
}
.TagClassName
{
border-color: #9316B5;
}
</style>