Shades of Dark Violet #9708CF
Tints of Dark Violet #9708CF
RGB
CMYK
RGB Variations
Color information
#9708CF (or 0x9708CF) is known color: Dark Violet. HEX triplet: 97, 08 and CF. RGB value is (151,8,207). Sum of RGB (Red+Green+Blue) = 151+8+207=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 8 (3.52% from 255 or 2.19% 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 #9708CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9708CF is #68F730. Grayscale: #484848. Windows color (decimal): -6879025 or 13568151. OLE color: 13568151.
HSL color Cylindrical-coordinate representation of color #9708CF: hue angle of 283.12º 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 #9708CF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 8 | 207 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.19 |
| HSL | 283.12º | 0.93% | 0.42% | - |
| HSV(B) | 283.12º | 0.96% | 0.81% | - |
| XYZ | 24.11 | 11.26 | 59.93 | - |
| YUV | 73.44 | 203.38 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 207 | 0.27 | 0.96 | 0 | 0.19 | 283.12 | 0.93 | 0.42 |
| Hex | 97 | 8 | CF | 1B | 60 | 0 | 13 | 11B | 5D | 2A |
| Octal | 227 | 10 | 317 | 33 | 140 | 0 | 23 | 433 | 135 | 52 |
| Binary | 10010111 | 1000 | 11001111 | 11011 | 1100000 | 0 | 10011 | 100011011 | 1011101 | 101010 |
Color Harmonies of #9708CF
Complementary color
Monochromatic Colors of #9708CF
Black with #9708CF
Text Example
Text Example
White with #9708CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9708CF; }
p { color: rgb(151,8,207); }
H1.HeaderClassName
{
color: #9708CF;
}
.AnyTagClassName
{
color: #9708CF;
}
</style>
background-color css
<style>
a { background-color: #9708CF; }
a { background-color: rgb(151,8,207); }
div.DivClassName
{
background-color: #9708CF;
}
.BgClassName
{
background-color: #9708CF;
}
</style>
border-color css
<style>
span { border-color: #9708CF; }
span { border-color: rgb(151,8,207); }
td.TdClassName
{
border-color: #9708CF;
}
.TagClassName
{
border-color: #9708CF;
}
</style>