Shades of Dark Violet #970DDD
Tints of Dark Violet #970DDD
RGB
CMYK
RGB Variations
Color information
#970DDD (or 0x970DDD) is known color: Dark Violet. HEX triplet: 97, 0D and DD. RGB value is (151,13,221). Sum of RGB (Red+Green+Blue) = 151+13+221=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #970DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DDD is #68F222. Grayscale: #4D4D4D. Windows color (decimal): -6877731 or 14486935. OLE color: 14486935.
HSL color Cylindrical-coordinate representation of color #970DDD: hue angle of 279.81º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DDD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 13 | 221 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.13 |
| HSL | 279.81º | 0.89% | 0.46% | - |
| HSV(B) | 279.81º | 0.94% | 0.87% | - |
| XYZ | 25.96 | 12.09 | 69.37 | - |
| YUV | 77.97 | 208.72 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 221 | 0.32 | 0.94 | 0 | 0.13 | 279.81 | 0.89 | 0.46 |
| Hex | 97 | D | DD | 20 | 5E | 0 | D | 118 | 59 | 2E |
| Octal | 227 | 15 | 335 | 40 | 136 | 0 | 15 | 430 | 131 | 56 |
| Binary | 10010111 | 1101 | 11011101 | 100000 | 1011110 | 0 | 1101 | 100011000 | 1011001 | 101110 |
Color Harmonies of #970DDD
Complementary color
Monochromatic Colors of #970DDD
Black with #970DDD
Text Example
Text Example
White with #970DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DDD; }
p { color: rgb(151,13,221); }
H1.HeaderClassName
{
color: #970DDD;
}
.AnyTagClassName
{
color: #970DDD;
}
</style>
background-color css
<style>
a { background-color: #970DDD; }
a { background-color: rgb(151,13,221); }
div.DivClassName
{
background-color: #970DDD;
}
.BgClassName
{
background-color: #970DDD;
}
</style>
border-color css
<style>
span { border-color: #970DDD; }
span { border-color: rgb(151,13,221); }
td.TdClassName
{
border-color: #970DDD;
}
.TagClassName
{
border-color: #970DDD;
}
</style>