Shades of Dark Violet #9500CF
Tints of Dark Violet #9500CF
RGB
CMYK
RGB Variations
Color information
#9500CF (or 0x9500CF) is known color: Dark Violet. HEX triplet: 95, 00 and CF. RGB value is (149,0,207). Sum of RGB (Red+Green+Blue) = 149+0+207=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #9500CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9500CF is #6AFF30. Grayscale: #434343. Windows color (decimal): -7012145 or 13566101. OLE color: 13566101.
HSL color Cylindrical-coordinate representation of color #9500CF: hue angle of 283.19º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9500CF is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 0 | 207 | - |
| CMYK | 0.28 | 1 | 0 | 0.19 |
| HSL | 283.19º | 1% | 0.41% | - |
| HSV(B) | 283.19º | 1% | 0.81% | - |
| XYZ | 23.66 | 10.89 | 59.89 | - |
| YUV | 68.15 | 206.36 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 0 | 207 | 0.28 | 1 | 0 | 0.19 | 283.19 | 1 | 0.41 |
| Hex | 95 | 0 | CF | 1C | 64 | 0 | 13 | 11B | 64 | 29 |
| Octal | 225 | 0 | 317 | 34 | 144 | 0 | 23 | 433 | 144 | 51 |
| Binary | 10010101 | 0 | 11001111 | 11100 | 1100100 | 0 | 10011 | 100011011 | 1100100 | 101001 |
Color Harmonies of #9500CF
Complementary color
Monochromatic Colors of #9500CF
Black with #9500CF
Text Example
Text Example
White with #9500CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9500CF; }
p { color: rgb(149,0,207); }
H1.HeaderClassName
{
color: #9500CF;
}
.AnyTagClassName
{
color: #9500CF;
}
</style>
background-color css
<style>
a { background-color: #9500CF; }
a { background-color: rgb(149,0,207); }
div.DivClassName
{
background-color: #9500CF;
}
.BgClassName
{
background-color: #9500CF;
}
</style>
border-color css
<style>
span { border-color: #9500CF; }
span { border-color: rgb(149,0,207); }
td.TdClassName
{
border-color: #9500CF;
}
.TagClassName
{
border-color: #9500CF;
}
</style>