Shades of Dark Violet #9501C0
Tints of Dark Violet #9501C0
RGB
CMYK
RGB Variations
Color information
#9501C0 (or 0x9501C0) is known color: Dark Violet. HEX triplet: 95, 01 and C0. RGB value is (149,1,192). Sum of RGB (Red+Green+Blue) = 149+1+192=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #9501C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9501C0 is #6AFE3F. Grayscale: #424242. Windows color (decimal): -7011904 or 12583317. OLE color: 12583317.
HSL color Cylindrical-coordinate representation of color #9501C0: hue angle of 286.49º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9501C0 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 1 | 192 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.25 |
| HSL | 286.49º | 0.99% | 0.38% | - |
| HSV(B) | 286.49º | 0.99% | 0.75% | - |
| XYZ | 21.92 | 10.22 | 50.69 | - |
| YUV | 67.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 192 | 0.22 | 0.99 | 0 | 0.25 | 286.49 | 0.99 | 0.38 |
| Hex | 95 | 1 | C0 | 16 | 63 | 0 | 19 | 11E | 63 | 26 |
| Octal | 225 | 1 | 300 | 26 | 143 | 0 | 31 | 436 | 143 | 46 |
| Binary | 10010101 | 1 | 11000000 | 10110 | 1100011 | 0 | 11001 | 100011110 | 1100011 | 100110 |
Color Harmonies of #9501C0
Complementary color
Monochromatic Colors of #9501C0
Black with #9501C0
Text Example
Text Example
White with #9501C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9501C0; }
p { color: rgb(149,1,192); }
H1.HeaderClassName
{
color: #9501C0;
}
.AnyTagClassName
{
color: #9501C0;
}
</style>
background-color css
<style>
a { background-color: #9501C0; }
a { background-color: rgb(149,1,192); }
div.DivClassName
{
background-color: #9501C0;
}
.BgClassName
{
background-color: #9501C0;
}
</style>
border-color css
<style>
span { border-color: #9501C0; }
span { border-color: rgb(149,1,192); }
td.TdClassName
{
border-color: #9501C0;
}
.TagClassName
{
border-color: #9501C0;
}
</style>