Shades of Dark Violet #9315D3
Tints of Dark Violet #9315D3
RGB
CMYK
RGB Variations
Color information
#9315D3 (or 0x9315D3) is known color: Dark Violet. HEX triplet: 93, 15 and D3. RGB value is (147,21,211). Sum of RGB (Red+Green+Blue) = 147+21+211=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 211 (82.81% from 255 or 55.67% from 379); Max value from RGB is 211 - color contains mainly: blue. Hex color #9315D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315D3 is #6CEA2C. Grayscale: #4F4F4F. Windows color (decimal): -7137837 or 13833619. OLE color: 13833619.
HSL color Cylindrical-coordinate representation of color #9315D3: hue angle of 279.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9315D3 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 21 | 211 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.17 |
| HSL | 279.79º | 0.82% | 0.45% | - |
| HSV(B) | 279.79º | 0.9% | 0.83% | - |
| XYZ | 24.06 | 11.44 | 62.57 | - |
| YUV | 80.33 | 201.74 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 211 | 0.30 | 0.90 | 0 | 0.17 | 279.79 | 0.82 | 0.45 |
| Hex | 93 | 15 | D3 | 1E | 5A | 0 | 11 | 118 | 52 | 2D |
| Octal | 223 | 25 | 323 | 36 | 132 | 0 | 21 | 430 | 122 | 55 |
| Binary | 10010011 | 10101 | 11010011 | 11110 | 1011010 | 0 | 10001 | 100011000 | 1010010 | 101101 |
Color Harmonies of #9315D3
Complementary color
Monochromatic Colors of #9315D3
Black with #9315D3
Text Example
Text Example
White with #9315D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315D3; }
p { color: rgb(147,21,211); }
H1.HeaderClassName
{
color: #9315D3;
}
.AnyTagClassName
{
color: #9315D3;
}
</style>
background-color css
<style>
a { background-color: #9315D3; }
a { background-color: rgb(147,21,211); }
div.DivClassName
{
background-color: #9315D3;
}
.BgClassName
{
background-color: #9315D3;
}
</style>
border-color css
<style>
span { border-color: #9315D3; }
span { border-color: rgb(147,21,211); }
td.TdClassName
{
border-color: #9315D3;
}
.TagClassName
{
border-color: #9315D3;
}
</style>