Shades of Dark Violet #970BDC
Tints of Dark Violet #970BDC
RGB
CMYK
RGB Variations
Color information
#970BDC (or 0x970BDC) is known color: Dark Violet. HEX triplet: 97, 0B and DC. RGB value is (151,11,220). Sum of RGB (Red+Green+Blue) = 151+11+220=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #970BDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BDC is #68F423. Grayscale: #4B4B4B. Windows color (decimal): -6878244 or 14420887. OLE color: 14420887.
HSL color Cylindrical-coordinate representation of color #970BDC: hue angle of 280.19º 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 #970BDC is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 11 | 220 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.14 |
| HSL | 280.19º | 0.9% | 0.45% | - |
| HSV(B) | 280.19º | 0.95% | 0.86% | - |
| XYZ | 25.8 | 11.99 | 68.66 | - |
| YUV | 76.69 | 208.88 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 220 | 0.31 | 0.95 | 0 | 0.14 | 280.19 | 0.9 | 0.45 |
| Hex | 97 | B | DC | 1F | 5F | 0 | E | 118 | 5A | 2D |
| Octal | 227 | 13 | 334 | 37 | 137 | 0 | 16 | 430 | 132 | 55 |
| Binary | 10010111 | 1011 | 11011100 | 11111 | 1011111 | 0 | 1110 | 100011000 | 1011010 | 101101 |
Color Harmonies of #970BDC
Complementary color
Monochromatic Colors of #970BDC
Black with #970BDC
Text Example
Text Example
White with #970BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BDC; }
p { color: rgb(151,11,220); }
H1.HeaderClassName
{
color: #970BDC;
}
.AnyTagClassName
{
color: #970BDC;
}
</style>
background-color css
<style>
a { background-color: #970BDC; }
a { background-color: rgb(151,11,220); }
div.DivClassName
{
background-color: #970BDC;
}
.BgClassName
{
background-color: #970BDC;
}
</style>
border-color css
<style>
span { border-color: #970BDC; }
span { border-color: rgb(151,11,220); }
td.TdClassName
{
border-color: #970BDC;
}
.TagClassName
{
border-color: #970BDC;
}
</style>