Shades of Dark Violet #9708DD
Tints of Dark Violet #9708DD
RGB
CMYK
RGB Variations
Color information
#9708DD (or 0x9708DD) is known color: Dark Violet. HEX triplet: 97, 08 and DD. RGB value is (151,8,221). Sum of RGB (Red+Green+Blue) = 151+8+221=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #9708DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9708DD is #68F722. Grayscale: #4A4A4A. Windows color (decimal): -6879011 or 14485655. OLE color: 14485655.
HSL color Cylindrical-coordinate representation of color #9708DD: hue angle of 280.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9708DD is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 8 | 221 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.13 |
| HSL | 280.28º | 0.93% | 0.45% | - |
| HSV(B) | 280.28º | 0.96% | 0.87% | - |
| XYZ | 25.9 | 11.97 | 69.35 | - |
| YUV | 75.04 | 210.38 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 221 | 0.32 | 0.96 | 0 | 0.13 | 280.28 | 0.93 | 0.45 |
| Hex | 97 | 8 | DD | 20 | 60 | 0 | D | 118 | 5D | 2D |
| Octal | 227 | 10 | 335 | 40 | 140 | 0 | 15 | 430 | 135 | 55 |
| Binary | 10010111 | 1000 | 11011101 | 100000 | 1100000 | 0 | 1101 | 100011000 | 1011101 | 101101 |
Color Harmonies of #9708DD
Complementary color
Monochromatic Colors of #9708DD
Black with #9708DD
Text Example
Text Example
White with #9708DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9708DD; }
p { color: rgb(151,8,221); }
H1.HeaderClassName
{
color: #9708DD;
}
.AnyTagClassName
{
color: #9708DD;
}
</style>
background-color css
<style>
a { background-color: #9708DD; }
a { background-color: rgb(151,8,221); }
div.DivClassName
{
background-color: #9708DD;
}
.BgClassName
{
background-color: #9708DD;
}
</style>
border-color css
<style>
span { border-color: #9708DD; }
span { border-color: rgb(151,8,221); }
td.TdClassName
{
border-color: #9708DD;
}
.TagClassName
{
border-color: #9708DD;
}
</style>