Shades of Dark Violet #970BCE
Tints of Dark Violet #970BCE
RGB
CMYK
RGB Variations
Color information
#970BCE (or 0x970BCE) is known color: Dark Violet. HEX triplet: 97, 0B and CE. RGB value is (151,11,206). Sum of RGB (Red+Green+Blue) = 151+11+206=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #970BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BCE is #68F431. Grayscale: #4A4A4A. Windows color (decimal): -6878258 or 13503383. OLE color: 13503383.
HSL color Cylindrical-coordinate representation of color #970BCE: hue angle of 283.08º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BCE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 11 | 206 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.19 |
| HSL | 283.08º | 0.9% | 0.43% | - |
| HSV(B) | 283.08º | 0.95% | 0.81% | - |
| XYZ | 24.02 | 11.27 | 59.3 | - |
| YUV | 75.09 | 201.88 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 206 | 0.27 | 0.95 | 0 | 0.19 | 283.08 | 0.9 | 0.43 |
| Hex | 97 | B | CE | 1B | 5F | 0 | 13 | 11B | 5A | 2B |
| Octal | 227 | 13 | 316 | 33 | 137 | 0 | 23 | 433 | 132 | 53 |
| Binary | 10010111 | 1011 | 11001110 | 11011 | 1011111 | 0 | 10011 | 100011011 | 1011010 | 101011 |
Color Harmonies of #970BCE
Complementary color
Monochromatic Colors of #970BCE
Black with #970BCE
Text Example
Text Example
White with #970BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BCE; }
p { color: rgb(151,11,206); }
H1.HeaderClassName
{
color: #970BCE;
}
.AnyTagClassName
{
color: #970BCE;
}
</style>
background-color css
<style>
a { background-color: #970BCE; }
a { background-color: rgb(151,11,206); }
div.DivClassName
{
background-color: #970BCE;
}
.BgClassName
{
background-color: #970BCE;
}
</style>
border-color css
<style>
span { border-color: #970BCE; }
span { border-color: rgb(151,11,206); }
td.TdClassName
{
border-color: #970BCE;
}
.TagClassName
{
border-color: #970BCE;
}
</style>