Shades of Dark Violet #9515CC
Tints of Dark Violet #9515CC
RGB
CMYK
RGB Variations
Color information
#9515CC (or 0x9515CC) is known color: Dark Violet. HEX triplet: 95, 15 and CC. RGB value is (149,21,204). Sum of RGB (Red+Green+Blue) = 149+21+204=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #9515CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9515CC is #6AEA33. Grayscale: #4F4F4F. Windows color (decimal): -7006772 or 13374869. OLE color: 13374869.
HSL color Cylindrical-coordinate representation of color #9515CC: hue angle of 281.97º 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 #9515CC is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 21 | 204 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.2 |
| HSL | 281.97º | 0.81% | 0.44% | - |
| HSV(B) | 281.97º | 0.9% | 0.8% | - |
| XYZ | 23.56 | 11.29 | 58.06 | - |
| YUV | 80.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 204 | 0.27 | 0.90 | 0 | 0.2 | 281.97 | 0.81 | 0.44 |
| Hex | 95 | 15 | CC | 1B | 5A | 0 | 14 | 11A | 51 | 2C |
| Octal | 225 | 25 | 314 | 33 | 132 | 0 | 24 | 432 | 121 | 54 |
| Binary | 10010101 | 10101 | 11001100 | 11011 | 1011010 | 0 | 10100 | 100011010 | 1010001 | 101100 |
Color Harmonies of #9515CC
Complementary color
Monochromatic Colors of #9515CC
Black with #9515CC
Text Example
Text Example
White with #9515CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9515CC; }
p { color: rgb(149,21,204); }
H1.HeaderClassName
{
color: #9515CC;
}
.AnyTagClassName
{
color: #9515CC;
}
</style>
background-color css
<style>
a { background-color: #9515CC; }
a { background-color: rgb(149,21,204); }
div.DivClassName
{
background-color: #9515CC;
}
.BgClassName
{
background-color: #9515CC;
}
</style>
border-color css
<style>
span { border-color: #9515CC; }
span { border-color: rgb(149,21,204); }
td.TdClassName
{
border-color: #9515CC;
}
.TagClassName
{
border-color: #9515CC;
}
</style>