Shades of Dark Violet #9607CF
Tints of Dark Violet #9607CF
RGB
CMYK
RGB Variations
Color information
#9607CF (or 0x9607CF) is known color: Dark Violet. HEX triplet: 96, 07 and CF. RGB value is (150,7,207). Sum of RGB (Red+Green+Blue) = 150+7+207=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 7 (3.12% from 255 or 1.92% 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 #9607CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607CF is #69F830. Grayscale: #474747. Windows color (decimal): -6944817 or 13567894. OLE color: 13567894.
HSL color Cylindrical-coordinate representation of color #9607CF: hue angle of 282.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9607CF is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 7 | 207 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.19 |
| HSL | 282.9º | 0.93% | 0.42% | - |
| HSV(B) | 282.9º | 0.97% | 0.81% | - |
| XYZ | 23.92 | 11.14 | 59.92 | - |
| YUV | 72.56 | 203.88 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 207 | 0.28 | 0.97 | 0 | 0.19 | 282.9 | 0.93 | 0.42 |
| Hex | 96 | 7 | CF | 1C | 61 | 0 | 13 | 11B | 5D | 2A |
| Octal | 226 | 7 | 317 | 34 | 141 | 0 | 23 | 433 | 135 | 52 |
| Binary | 10010110 | 111 | 11001111 | 11100 | 1100001 | 0 | 10011 | 100011011 | 1011101 | 101010 |
Color Harmonies of #9607CF
Complementary color
Monochromatic Colors of #9607CF
Black with #9607CF
Text Example
Text Example
White with #9607CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607CF; }
p { color: rgb(150,7,207); }
H1.HeaderClassName
{
color: #9607CF;
}
.AnyTagClassName
{
color: #9607CF;
}
</style>
background-color css
<style>
a { background-color: #9607CF; }
a { background-color: rgb(150,7,207); }
div.DivClassName
{
background-color: #9607CF;
}
.BgClassName
{
background-color: #9607CF;
}
</style>
border-color css
<style>
span { border-color: #9607CF; }
span { border-color: rgb(150,7,207); }
td.TdClassName
{
border-color: #9607CF;
}
.TagClassName
{
border-color: #9607CF;
}
</style>