Shades of Dark Violet #970DCD
Tints of Dark Violet #970DCD
RGB
CMYK
RGB Variations
Color information
#970DCD (or 0x970DCD) is known color: Dark Violet. HEX triplet: 97, 0D and CD. RGB value is (151,13,205). Sum of RGB (Red+Green+Blue) = 151+13+205=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #970DCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DCD is #68F232. Grayscale: #4B4B4B. Windows color (decimal): -6877747 or 13438359. OLE color: 13438359.
HSL color Cylindrical-coordinate representation of color #970DCD: hue angle of 283.12º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DCD is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 13 | 205 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.20 |
| HSL | 283.13º | 0.88% | 0.43% | - |
| HSV(B) | 283.13º | 0.94% | 0.8% | - |
| XYZ | 23.93 | 11.27 | 58.67 | - |
| YUV | 76.15 | 200.72 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 205 | 0.26 | 0.94 | 0 | 0.20 | 283.13 | 0.88 | 0.43 |
| Hex | 97 | D | CD | 1A | 5E | 0 | 14 | 11B | 58 | 2B |
| Octal | 227 | 15 | 315 | 32 | 136 | 0 | 24 | 433 | 130 | 53 |
| Binary | 10010111 | 1101 | 11001101 | 11010 | 1011110 | 0 | 10100 | 100011011 | 1011000 | 101011 |
Color Harmonies of #970DCD
Complementary color
Monochromatic Colors of #970DCD
Black with #970DCD
Text Example
Text Example
White with #970DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DCD; }
p { color: rgb(151,13,205); }
H1.HeaderClassName
{
color: #970DCD;
}
.AnyTagClassName
{
color: #970DCD;
}
</style>
background-color css
<style>
a { background-color: #970DCD; }
a { background-color: rgb(151,13,205); }
div.DivClassName
{
background-color: #970DCD;
}
.BgClassName
{
background-color: #970DCD;
}
</style>
border-color css
<style>
span { border-color: #970DCD; }
span { border-color: rgb(151,13,205); }
td.TdClassName
{
border-color: #970DCD;
}
.TagClassName
{
border-color: #970DCD;
}
</style>