Shades of Dark Violet #9915C1
Tints of Dark Violet #9915C1
RGB
CMYK
RGB Variations
Color information
#9915C1 (or 0x9915C1) is known color: Dark Violet. HEX triplet: 99, 15 and C1. RGB value is (153,21,193). Sum of RGB (Red+Green+Blue) = 153+21+193=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 21 (8.59% from 255 or 5.72% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #9915C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9915C1 is #66EA3E. Grayscale: #4F4F4F. Windows color (decimal): -6744639 or 12653977. OLE color: 12653977.
HSL color Cylindrical-coordinate representation of color #9915C1: hue angle of 286.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9915C1 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 21 | 193 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.24 |
| HSL | 286.05º | 0.8% | 0.42% | - |
| HSV(B) | 286.05º | 0.89% | 0.76% | - |
| XYZ | 23.03 | 11.16 | 51.39 | - |
| YUV | 80.08 | 191.73 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 21 | 193 | 0.21 | 0.89 | 0 | 0.24 | 286.05 | 0.8 | 0.42 |
| Hex | 99 | 15 | C1 | 15 | 59 | 0 | 18 | 11E | 50 | 2A |
| Octal | 231 | 25 | 301 | 25 | 131 | 0 | 30 | 436 | 120 | 52 |
| Binary | 10011001 | 10101 | 11000001 | 10101 | 1011001 | 0 | 11000 | 100011110 | 1010000 | 101010 |
Color Harmonies of #9915C1
Complementary color
Monochromatic Colors of #9915C1
Black with #9915C1
Text Example
Text Example
White with #9915C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9915C1; }
p { color: rgb(153,21,193); }
H1.HeaderClassName
{
color: #9915C1;
}
.AnyTagClassName
{
color: #9915C1;
}
</style>
background-color css
<style>
a { background-color: #9915C1; }
a { background-color: rgb(153,21,193); }
div.DivClassName
{
background-color: #9915C1;
}
.BgClassName
{
background-color: #9915C1;
}
</style>
border-color css
<style>
span { border-color: #9915C1; }
span { border-color: rgb(153,21,193); }
td.TdClassName
{
border-color: #9915C1;
}
.TagClassName
{
border-color: #9915C1;
}
</style>