Shades of Dark Violet #970BCC
Tints of Dark Violet #970BCC
RGB
CMYK
RGB Variations
Color information
#970BCC (or 0x970BCC) is known color: Dark Violet. HEX triplet: 97, 0B and CC. RGB value is (151,11,204). Sum of RGB (Red+Green+Blue) = 151+11+204=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #970BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BCC is #68F433. Grayscale: #4A4A4A. Windows color (decimal): -6878260 or 13372311. OLE color: 13372311.
HSL color Cylindrical-coordinate representation of color #970BCC: hue angle of 283.52º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BCC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 11 | 204 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.2 |
| HSL | 283.52º | 0.9% | 0.42% | - |
| HSV(B) | 283.52º | 0.95% | 0.8% | - |
| XYZ | 23.78 | 11.18 | 58.03 | - |
| YUV | 74.86 | 200.88 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 204 | 0.26 | 0.95 | 0 | 0.2 | 283.52 | 0.9 | 0.42 |
| Hex | 97 | B | CC | 1A | 5F | 0 | 14 | 11C | 5A | 2A |
| Octal | 227 | 13 | 314 | 32 | 137 | 0 | 24 | 434 | 132 | 52 |
| Binary | 10010111 | 1011 | 11001100 | 11010 | 1011111 | 0 | 10100 | 100011100 | 1011010 | 101010 |
Color Harmonies of #970BCC
Complementary color
Monochromatic Colors of #970BCC
Black with #970BCC
Text Example
Text Example
White with #970BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BCC; }
p { color: rgb(151,11,204); }
H1.HeaderClassName
{
color: #970BCC;
}
.AnyTagClassName
{
color: #970BCC;
}
</style>
background-color css
<style>
a { background-color: #970BCC; }
a { background-color: rgb(151,11,204); }
div.DivClassName
{
background-color: #970BCC;
}
.BgClassName
{
background-color: #970BCC;
}
</style>
border-color css
<style>
span { border-color: #970BCC; }
span { border-color: rgb(151,11,204); }
td.TdClassName
{
border-color: #970BCC;
}
.TagClassName
{
border-color: #970BCC;
}
</style>