Shades of Dark Violet #970DCB
Tints of Dark Violet #970DCB
RGB
CMYK
RGB Variations
Color information
#970DCB (or 0x970DCB) is known color: Dark Violet. HEX triplet: 97, 0D and CB. RGB value is (151,13,203). Sum of RGB (Red+Green+Blue) = 151+13+203=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #970DCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970DCB is #68F234. Grayscale: #4B4B4B. Windows color (decimal): -6877749 or 13307287. OLE color: 13307287.
HSL color Cylindrical-coordinate representation of color #970DCB: hue angle of 283.58º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970DCB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 13 | 203 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.20 |
| HSL | 283.58º | 0.88% | 0.42% | - |
| HSV(B) | 283.58º | 0.94% | 0.8% | - |
| XYZ | 23.69 | 11.18 | 57.41 | - |
| YUV | 75.92 | 199.72 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 203 | 0.26 | 0.94 | 0 | 0.20 | 283.58 | 0.88 | 0.42 |
| Hex | 97 | D | CB | 1A | 5E | 0 | 14 | 11C | 58 | 2A |
| Octal | 227 | 15 | 313 | 32 | 136 | 0 | 24 | 434 | 130 | 52 |
| Binary | 10010111 | 1101 | 11001011 | 11010 | 1011110 | 0 | 10100 | 100011100 | 1011000 | 101010 |
Color Harmonies of #970DCB
Complementary color
Monochromatic Colors of #970DCB
Black with #970DCB
Text Example
Text Example
White with #970DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DCB; }
p { color: rgb(151,13,203); }
H1.HeaderClassName
{
color: #970DCB;
}
.AnyTagClassName
{
color: #970DCB;
}
</style>
background-color css
<style>
a { background-color: #970DCB; }
a { background-color: rgb(151,13,203); }
div.DivClassName
{
background-color: #970DCB;
}
.BgClassName
{
background-color: #970DCB;
}
</style>
border-color css
<style>
span { border-color: #970DCB; }
span { border-color: rgb(151,13,203); }
td.TdClassName
{
border-color: #970DCB;
}
.TagClassName
{
border-color: #970DCB;
}
</style>