Shades of Dark Violet #9508CF
Tints of Dark Violet #9508CF
RGB
CMYK
RGB Variations
Color information
#9508CF (or 0x9508CF) is known color: Dark Violet. HEX triplet: 95, 08 and CF. RGB value is (149,8,207). Sum of RGB (Red+Green+Blue) = 149+8+207=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #9508CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9508CF is #6AF730. Grayscale: #484848. Windows color (decimal): -7010097 or 13568149. OLE color: 13568149.
HSL color Cylindrical-coordinate representation of color #9508CF: hue angle of 282.51º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9508CF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 8 | 207 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.19 |
| HSL | 282.51º | 0.93% | 0.42% | - |
| HSV(B) | 282.51º | 0.96% | 0.81% | - |
| XYZ | 23.74 | 11.07 | 59.92 | - |
| YUV | 72.85 | 203.71 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 207 | 0.28 | 0.96 | 0 | 0.19 | 282.51 | 0.93 | 0.42 |
| Hex | 95 | 8 | CF | 1C | 60 | 0 | 13 | 11B | 5D | 2A |
| Octal | 225 | 10 | 317 | 34 | 140 | 0 | 23 | 433 | 135 | 52 |
| Binary | 10010101 | 1000 | 11001111 | 11100 | 1100000 | 0 | 10011 | 100011011 | 1011101 | 101010 |
Color Harmonies of #9508CF
Complementary color
Monochromatic Colors of #9508CF
Black with #9508CF
Text Example
Text Example
White with #9508CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9508CF; }
p { color: rgb(149,8,207); }
H1.HeaderClassName
{
color: #9508CF;
}
.AnyTagClassName
{
color: #9508CF;
}
</style>
background-color css
<style>
a { background-color: #9508CF; }
a { background-color: rgb(149,8,207); }
div.DivClassName
{
background-color: #9508CF;
}
.BgClassName
{
background-color: #9508CF;
}
</style>
border-color css
<style>
span { border-color: #9508CF; }
span { border-color: rgb(149,8,207); }
td.TdClassName
{
border-color: #9508CF;
}
.TagClassName
{
border-color: #9508CF;
}
</style>