Shades of Dark Violet #970BDB
Tints of Dark Violet #970BDB
RGB
CMYK
RGB Variations
Color information
#970BDB (or 0x970BDB) is known color: Dark Violet. HEX triplet: 97, 0B and DB. RGB value is (151,11,219). Sum of RGB (Red+Green+Blue) = 151+11+219=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #970BDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BDB is #68F424. Grayscale: #4B4B4B. Windows color (decimal): -6878245 or 14355351. OLE color: 14355351.
HSL color Cylindrical-coordinate representation of color #970BDB: hue angle of 280.38º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BDB is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 11 | 219 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.14 |
| HSL | 280.38º | 0.9% | 0.45% | - |
| HSV(B) | 280.38º | 0.95% | 0.86% | - |
| XYZ | 25.67 | 11.93 | 67.97 | - |
| YUV | 76.57 | 208.38 | 181.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 219 | 0.31 | 0.95 | 0 | 0.14 | 280.38 | 0.9 | 0.45 |
| Hex | 97 | B | DB | 1F | 5F | 0 | E | 118 | 5A | 2D |
| Octal | 227 | 13 | 333 | 37 | 137 | 0 | 16 | 430 | 132 | 55 |
| Binary | 10010111 | 1011 | 11011011 | 11111 | 1011111 | 0 | 1110 | 100011000 | 1011010 | 101101 |
Color Harmonies of #970BDB
Complementary color
Monochromatic Colors of #970BDB
Black with #970BDB
Text Example
Text Example
White with #970BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BDB; }
p { color: rgb(151,11,219); }
H1.HeaderClassName
{
color: #970BDB;
}
.AnyTagClassName
{
color: #970BDB;
}
</style>
background-color css
<style>
a { background-color: #970BDB; }
a { background-color: rgb(151,11,219); }
div.DivClassName
{
background-color: #970BDB;
}
.BgClassName
{
background-color: #970BDB;
}
</style>
border-color css
<style>
span { border-color: #970BDB; }
span { border-color: rgb(151,11,219); }
td.TdClassName
{
border-color: #970BDB;
}
.TagClassName
{
border-color: #970BDB;
}
</style>