Shades of Dark Violet #9315D6
Tints of Dark Violet #9315D6
RGB
CMYK
RGB Variations
Color information
#9315D6 (or 0x9315D6) is known color: Dark Violet. HEX triplet: 93, 15 and D6. RGB value is (147,21,214). Sum of RGB (Red+Green+Blue) = 147+21+214=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #9315D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315D6 is #6CEA29. Grayscale: #505050. Windows color (decimal): -7137834 or 14030227. OLE color: 14030227.
HSL color Cylindrical-coordinate representation of color #9315D6: hue angle of 279.17º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9315D6 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 21 | 214 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.16 |
| HSL | 279.17º | 0.82% | 0.46% | - |
| HSV(B) | 279.17º | 0.9% | 0.84% | - |
| XYZ | 24.44 | 11.59 | 64.57 | - |
| YUV | 80.68 | 203.24 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 214 | 0.31 | 0.90 | 0 | 0.16 | 279.17 | 0.82 | 0.46 |
| Hex | 93 | 15 | D6 | 1F | 5A | 0 | 10 | 117 | 52 | 2E |
| Octal | 223 | 25 | 326 | 37 | 132 | 0 | 20 | 427 | 122 | 56 |
| Binary | 10010011 | 10101 | 11010110 | 11111 | 1011010 | 0 | 10000 | 100010111 | 1010010 | 101110 |
Color Harmonies of #9315D6
Complementary color
Monochromatic Colors of #9315D6
Black with #9315D6
Text Example
Text Example
White with #9315D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315D6; }
p { color: rgb(147,21,214); }
H1.HeaderClassName
{
color: #9315D6;
}
.AnyTagClassName
{
color: #9315D6;
}
</style>
background-color css
<style>
a { background-color: #9315D6; }
a { background-color: rgb(147,21,214); }
div.DivClassName
{
background-color: #9315D6;
}
.BgClassName
{
background-color: #9315D6;
}
</style>
border-color css
<style>
span { border-color: #9315D6; }
span { border-color: rgb(147,21,214); }
td.TdClassName
{
border-color: #9315D6;
}
.TagClassName
{
border-color: #9315D6;
}
</style>