Shades of Dark Violet #9315CC
Tints of Dark Violet #9315CC
RGB
CMYK
RGB Variations
Color information
#9315CC (or 0x9315CC) is known color: Dark Violet. HEX triplet: 93, 15 and CC. RGB value is (147,21,204). Sum of RGB (Red+Green+Blue) = 147+21+204=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #9315CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9315CC is #6CEA33. Grayscale: #4E4E4E. Windows color (decimal): -7137844 or 13374867. OLE color: 13374867.
HSL color Cylindrical-coordinate representation of color #9315CC: hue angle of 281.31º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9315CC is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 21 | 204 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.2 |
| HSL | 281.31º | 0.81% | 0.44% | - |
| HSV(B) | 281.31º | 0.9% | 0.8% | - |
| XYZ | 23.2 | 11.1 | 58.05 | - |
| YUV | 79.54 | 198.24 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 21 | 204 | 0.28 | 0.90 | 0 | 0.2 | 281.31 | 0.81 | 0.44 |
| Hex | 93 | 15 | CC | 1C | 5A | 0 | 14 | 119 | 51 | 2C |
| Octal | 223 | 25 | 314 | 34 | 132 | 0 | 24 | 431 | 121 | 54 |
| Binary | 10010011 | 10101 | 11001100 | 11100 | 1011010 | 0 | 10100 | 100011001 | 1010001 | 101100 |
Color Harmonies of #9315CC
Complementary color
Monochromatic Colors of #9315CC
Black with #9315CC
Text Example
Text Example
White with #9315CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9315CC; }
p { color: rgb(147,21,204); }
H1.HeaderClassName
{
color: #9315CC;
}
.AnyTagClassName
{
color: #9315CC;
}
</style>
background-color css
<style>
a { background-color: #9315CC; }
a { background-color: rgb(147,21,204); }
div.DivClassName
{
background-color: #9315CC;
}
.BgClassName
{
background-color: #9315CC;
}
</style>
border-color css
<style>
span { border-color: #9315CC; }
span { border-color: rgb(147,21,204); }
td.TdClassName
{
border-color: #9315CC;
}
.TagClassName
{
border-color: #9315CC;
}
</style>