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