Shades of Dark Violet #9709CF
Tints of Dark Violet #9709CF
RGB
CMYK
RGB Variations
Color information
#9709CF (or 0x9709CF) is known color: Dark Violet. HEX triplet: 97, 09 and CF. RGB value is (151,9,207). Sum of RGB (Red+Green+Blue) = 151+9+207=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 9 (3.91% from 255 or 2.45% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #9709CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9709CF is #68F630. Grayscale: #494949. Windows color (decimal): -6878769 or 13568407. OLE color: 13568407.
HSL color Cylindrical-coordinate representation of color #9709CF: hue angle of 283.03º 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 #9709CF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 9 | 207 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.19 |
| HSL | 283.03º | 0.92% | 0.42% | - |
| HSV(B) | 283.03º | 0.96% | 0.81% | - |
| XYZ | 24.12 | 11.28 | 59.94 | - |
| YUV | 74.03 | 203.04 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 9 | 207 | 0.27 | 0.96 | 0 | 0.19 | 283.03 | 0.92 | 0.42 |
| Hex | 97 | 9 | CF | 1B | 60 | 0 | 13 | 11B | 5C | 2A |
| Octal | 227 | 11 | 317 | 33 | 140 | 0 | 23 | 433 | 134 | 52 |
| Binary | 10010111 | 1001 | 11001111 | 11011 | 1100000 | 0 | 10011 | 100011011 | 1011100 | 101010 |
Color Harmonies of #9709CF
Complementary color
Monochromatic Colors of #9709CF
Black with #9709CF
Text Example
Text Example
White with #9709CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9709CF; }
p { color: rgb(151,9,207); }
H1.HeaderClassName
{
color: #9709CF;
}
.AnyTagClassName
{
color: #9709CF;
}
</style>
background-color css
<style>
a { background-color: #9709CF; }
a { background-color: rgb(151,9,207); }
div.DivClassName
{
background-color: #9709CF;
}
.BgClassName
{
background-color: #9709CF;
}
</style>
border-color css
<style>
span { border-color: #9709CF; }
span { border-color: rgb(151,9,207); }
td.TdClassName
{
border-color: #9709CF;
}
.TagClassName
{
border-color: #9709CF;
}
</style>