Shades of Dark Violet #970BDF
Tints of Dark Violet #970BDF
RGB
CMYK
RGB Variations
Color information
#970BDF (or 0x970BDF) is known color: Dark Violet. HEX triplet: 97, 0B and DF. RGB value is (151,11,223). Sum of RGB (Red+Green+Blue) = 151+11+223=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #970BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BDF is #68F420. Grayscale: #4C4C4C. Windows color (decimal): -6878241 or 14617495. OLE color: 14617495.
HSL color Cylindrical-coordinate representation of color #970BDF: hue angle of 279.62º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BDF is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 11 | 223 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.13 |
| HSL | 279.62º | 0.91% | 0.46% | - |
| HSV(B) | 279.62º | 0.95% | 0.87% | - |
| XYZ | 26.2 | 12.15 | 70.78 | - |
| YUV | 77.03 | 210.38 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 223 | 0.32 | 0.95 | 0 | 0.13 | 279.62 | 0.91 | 0.46 |
| Hex | 97 | B | DF | 20 | 5F | 0 | D | 118 | 5B | 2E |
| Octal | 227 | 13 | 337 | 40 | 137 | 0 | 15 | 430 | 133 | 56 |
| Binary | 10010111 | 1011 | 11011111 | 100000 | 1011111 | 0 | 1101 | 100011000 | 1011011 | 101110 |
Color Harmonies of #970BDF
Complementary color
Monochromatic Colors of #970BDF
Black with #970BDF
Text Example
Text Example
White with #970BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BDF; }
p { color: rgb(151,11,223); }
H1.HeaderClassName
{
color: #970BDF;
}
.AnyTagClassName
{
color: #970BDF;
}
</style>
background-color css
<style>
a { background-color: #970BDF; }
a { background-color: rgb(151,11,223); }
div.DivClassName
{
background-color: #970BDF;
}
.BgClassName
{
background-color: #970BDF;
}
</style>
border-color css
<style>
span { border-color: #970BDF; }
span { border-color: rgb(151,11,223); }
td.TdClassName
{
border-color: #970BDF;
}
.TagClassName
{
border-color: #970BDF;
}
</style>