Shades of Dark Violet #9506CB
Tints of Dark Violet #9506CB
RGB
CMYK
RGB Variations
Color information
#9506CB (or 0x9506CB) is known color: Dark Violet. HEX triplet: 95, 06 and CB. RGB value is (149,6,203). Sum of RGB (Red+Green+Blue) = 149+6+203=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #9506CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9506CB is #6AF934. Grayscale: #464646. Windows color (decimal): -7010613 or 13305493. OLE color: 13305493.
HSL color Cylindrical-coordinate representation of color #9506CB: hue angle of 283.55º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9506CB is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 6 | 203 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.20 |
| HSL | 283.55º | 0.94% | 0.41% | - |
| HSV(B) | 283.55º | 0.97% | 0.8% | - |
| XYZ | 23.24 | 10.83 | 57.37 | - |
| YUV | 71.22 | 202.38 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 6 | 203 | 0.27 | 0.97 | 0 | 0.20 | 283.55 | 0.94 | 0.41 |
| Hex | 95 | 6 | CB | 1B | 61 | 0 | 14 | 11C | 5E | 29 |
| Octal | 225 | 6 | 313 | 33 | 141 | 0 | 24 | 434 | 136 | 51 |
| Binary | 10010101 | 110 | 11001011 | 11011 | 1100001 | 0 | 10100 | 100011100 | 1011110 | 101001 |
Color Harmonies of #9506CB
Complementary color
Monochromatic Colors of #9506CB
Black with #9506CB
Text Example
Text Example
White with #9506CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9506CB; }
p { color: rgb(149,6,203); }
H1.HeaderClassName
{
color: #9506CB;
}
.AnyTagClassName
{
color: #9506CB;
}
</style>
background-color css
<style>
a { background-color: #9506CB; }
a { background-color: rgb(149,6,203); }
div.DivClassName
{
background-color: #9506CB;
}
.BgClassName
{
background-color: #9506CB;
}
</style>
border-color css
<style>
span { border-color: #9506CB; }
span { border-color: rgb(149,6,203); }
td.TdClassName
{
border-color: #9506CB;
}
.TagClassName
{
border-color: #9506CB;
}
</style>