Shades of Dark Violet #970BEC
Tints of Dark Violet #970BEC
RGB
CMYK
RGB Variations
Color information
#970BEC (or 0x970BEC) is known color: Dark Violet. HEX triplet: 97, 0B and EC. RGB value is (151,11,236). Sum of RGB (Red+Green+Blue) = 151+11+236=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 236 (92.58% from 255 or 59.30% from 398); Max value from RGB is 236 - color contains mainly: blue. Hex color #970BEC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970BEC is #68F413. Grayscale: #4D4D4D. Windows color (decimal): -6878228 or 15469463. OLE color: 15469463.
HSL color Cylindrical-coordinate representation of color #970BEC: hue angle of 277.33º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BEC is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 11 | 236 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.07 |
| HSL | 277.33º | 0.91% | 0.48% | - |
| HSV(B) | 277.33º | 0.95% | 0.93% | - |
| XYZ | 28.02 | 12.87 | 80.37 | - |
| YUV | 78.51 | 216.88 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 236 | 0.36 | 0.95 | 0 | 0.07 | 277.33 | 0.91 | 0.48 |
| Hex | 97 | B | EC | 24 | 5F | 0 | 7 | 115 | 5B | 30 |
| Octal | 227 | 13 | 354 | 44 | 137 | 0 | 7 | 425 | 133 | 60 |
| Binary | 10010111 | 1011 | 11101100 | 100100 | 1011111 | 0 | 111 | 100010101 | 1011011 | 110000 |
Color Harmonies of #970BEC
Complementary color
Monochromatic Colors of #970BEC
Black with #970BEC
Text Example
Text Example
White with #970BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BEC; }
p { color: rgb(151,11,236); }
H1.HeaderClassName
{
color: #970BEC;
}
.AnyTagClassName
{
color: #970BEC;
}
</style>
background-color css
<style>
a { background-color: #970BEC; }
a { background-color: rgb(151,11,236); }
div.DivClassName
{
background-color: #970BEC;
}
.BgClassName
{
background-color: #970BEC;
}
</style>
border-color css
<style>
span { border-color: #970BEC; }
span { border-color: rgb(151,11,236); }
td.TdClassName
{
border-color: #970BEC;
}
.TagClassName
{
border-color: #970BEC;
}
</style>