Shades of Dark Violet #9500CB
Tints of Dark Violet #9500CB
RGB
CMYK
RGB Variations
Color information
#9500CB (or 0x9500CB) is known color: Dark Violet. HEX triplet: 95, 00 and CB. RGB value is (149,0,203). Sum of RGB (Red+Green+Blue) = 149+0+203=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #9500CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500CB is #6AFF34. Grayscale: #434343. Windows color (decimal): -7012149 or 13303957. OLE color: 13303957.
HSL color Cylindrical-coordinate representation of color #9500CB: hue angle of 284.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500CB is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 0 | 203 | - |
| CMYK | 0.27 | 1 | 0 | 0.20 |
| HSL | 284.04º | 1% | 0.4% | - |
| HSV(B) | 284.04º | 1% | 0.8% | - |
| XYZ | 23.17 | 10.7 | 57.34 | - |
| YUV | 67.69 | 204.36 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 203 | 0.27 | 1 | 0 | 0.20 | 284.04 | 1 | 0.4 |
| Hex | 95 | 0 | CB | 1B | 64 | 0 | 14 | 11C | 64 | 28 |
| Octal | 225 | 0 | 313 | 33 | 144 | 0 | 24 | 434 | 144 | 50 |
| Binary | 10010101 | 0 | 11001011 | 11011 | 1100100 | 0 | 10100 | 100011100 | 1100100 | 101000 |
Color Harmonies of #9500CB
Complementary color
Monochromatic Colors of #9500CB
Black with #9500CB
Text Example
Text Example
White with #9500CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500CB; }
p { color: rgb(149,0,203); }
H1.HeaderClassName
{
color: #9500CB;
}
.AnyTagClassName
{
color: #9500CB;
}
</style>
background-color css
<style>
a { background-color: #9500CB; }
a { background-color: rgb(149,0,203); }
div.DivClassName
{
background-color: #9500CB;
}
.BgClassName
{
background-color: #9500CB;
}
</style>
border-color css
<style>
span { border-color: #9500CB; }
span { border-color: rgb(149,0,203); }
td.TdClassName
{
border-color: #9500CB;
}
.TagClassName
{
border-color: #9500CB;
}
</style>