Shades of Dark Violet #9315CA
Tints of Dark Violet #9315CA
RGB
CMYK
RGB Variations
Color information
#9315CA (or 0x9315CA) is known color: Dark Violet. HEX triplet: 93, 15 and CA. RGB value is (147,21,202). Sum of RGB (Red+Green+Blue) = 147+21+202=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 21 (8.59% from 255 or 5.68% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #9315CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315CA is #6CEA35. Grayscale: #4E4E4E. Windows color (decimal): -7137846 or 13243795. OLE color: 13243795.
HSL color Cylindrical-coordinate representation of color #9315CA: hue angle of 281.77º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9315CA is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 21 | 202 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.21 |
| HSL | 281.77º | 0.81% | 0.44% | - |
| HSV(B) | 281.77º | 0.9% | 0.79% | - |
| XYZ | 22.96 | 11 | 56.79 | - |
| YUV | 79.31 | 197.24 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 202 | 0.27 | 0.90 | 0 | 0.21 | 281.77 | 0.81 | 0.44 |
| Hex | 93 | 15 | CA | 1B | 5A | 0 | 15 | 11A | 51 | 2C |
| Octal | 223 | 25 | 312 | 33 | 132 | 0 | 25 | 432 | 121 | 54 |
| Binary | 10010011 | 10101 | 11001010 | 11011 | 1011010 | 0 | 10101 | 100011010 | 1010001 | 101100 |
Color Harmonies of #9315CA
Complementary color
Monochromatic Colors of #9315CA
Black with #9315CA
Text Example
Text Example
White with #9315CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315CA; }
p { color: rgb(147,21,202); }
H1.HeaderClassName
{
color: #9315CA;
}
.AnyTagClassName
{
color: #9315CA;
}
</style>
background-color css
<style>
a { background-color: #9315CA; }
a { background-color: rgb(147,21,202); }
div.DivClassName
{
background-color: #9315CA;
}
.BgClassName
{
background-color: #9315CA;
}
</style>
border-color css
<style>
span { border-color: #9315CA; }
span { border-color: rgb(147,21,202); }
td.TdClassName
{
border-color: #9315CA;
}
.TagClassName
{
border-color: #9315CA;
}
</style>