Shades of Dark Violet #9609CF
Tints of Dark Violet #9609CF
RGB
CMYK
RGB Variations
Color information
#9609CF (or 0x9609CF) is known color: Dark Violet. HEX triplet: 96, 09 and CF. RGB value is (150,9,207). Sum of RGB (Red+Green+Blue) = 150+9+207=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #9609CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609CF is #69F630. Grayscale: #494949. Windows color (decimal): -6944305 or 13568406. OLE color: 13568406.
HSL color Cylindrical-coordinate representation of color #9609CF: hue angle of 282.73º degrees, saturation: 0.92, 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 #9609CF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 9 | 207 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.19 |
| HSL | 282.73º | 0.92% | 0.42% | - |
| HSV(B) | 282.73º | 0.96% | 0.81% | - |
| XYZ | 23.94 | 11.18 | 59.93 | - |
| YUV | 73.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 207 | 0.28 | 0.96 | 0 | 0.19 | 282.73 | 0.92 | 0.42 |
| Hex | 96 | 9 | CF | 1C | 60 | 0 | 13 | 11B | 5C | 2A |
| Octal | 226 | 11 | 317 | 34 | 140 | 0 | 23 | 433 | 134 | 52 |
| Binary | 10010110 | 1001 | 11001111 | 11100 | 1100000 | 0 | 10011 | 100011011 | 1011100 | 101010 |
Color Harmonies of #9609CF
Complementary color
Monochromatic Colors of #9609CF
Black with #9609CF
Text Example
Text Example
White with #9609CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609CF; }
p { color: rgb(150,9,207); }
H1.HeaderClassName
{
color: #9609CF;
}
.AnyTagClassName
{
color: #9609CF;
}
</style>
background-color css
<style>
a { background-color: #9609CF; }
a { background-color: rgb(150,9,207); }
div.DivClassName
{
background-color: #9609CF;
}
.BgClassName
{
background-color: #9609CF;
}
</style>
border-color css
<style>
span { border-color: #9609CF; }
span { border-color: rgb(150,9,207); }
td.TdClassName
{
border-color: #9609CF;
}
.TagClassName
{
border-color: #9609CF;
}
</style>