Shades of Dark Violet #9501C1
Tints of Dark Violet #9501C1
RGB
CMYK
RGB Variations
Color information
#9501C1 (or 0x9501C1) is known color: Dark Violet. HEX triplet: 95, 01 and C1. RGB value is (149,1,193). Sum of RGB (Red+Green+Blue) = 149+1+193=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 193 (75.78% from 255 or 56.27% from 343); Max value from RGB is 193 - color contains mainly: blue. Hex color #9501C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501C1 is #6AFE3E. Grayscale: #424242. Windows color (decimal): -7011903 or 12648853. OLE color: 12648853.
HSL color Cylindrical-coordinate representation of color #9501C1: hue angle of 286.25º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501C1 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 1 | 193 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.24 |
| HSL | 286.25º | 0.99% | 0.38% | - |
| HSV(B) | 286.25º | 0.99% | 0.76% | - |
| XYZ | 22.03 | 10.26 | 51.27 | - |
| YUV | 67.14 | 199.03 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 193 | 0.23 | 0.99 | 0 | 0.24 | 286.25 | 0.99 | 0.38 |
| Hex | 95 | 1 | C1 | 17 | 63 | 0 | 18 | 11E | 63 | 26 |
| Octal | 225 | 1 | 301 | 27 | 143 | 0 | 30 | 436 | 143 | 46 |
| Binary | 10010101 | 1 | 11000001 | 10111 | 1100011 | 0 | 11000 | 100011110 | 1100011 | 100110 |
Color Harmonies of #9501C1
Complementary color
Monochromatic Colors of #9501C1
Black with #9501C1
Text Example
Text Example
White with #9501C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501C1; }
p { color: rgb(149,1,193); }
H1.HeaderClassName
{
color: #9501C1;
}
.AnyTagClassName
{
color: #9501C1;
}
</style>
background-color css
<style>
a { background-color: #9501C1; }
a { background-color: rgb(149,1,193); }
div.DivClassName
{
background-color: #9501C1;
}
.BgClassName
{
background-color: #9501C1;
}
</style>
border-color css
<style>
span { border-color: #9501C1; }
span { border-color: rgb(149,1,193); }
td.TdClassName
{
border-color: #9501C1;
}
.TagClassName
{
border-color: #9501C1;
}
</style>