Shades of Dark Violet #970BEA
Tints of Dark Violet #970BEA
RGB
CMYK
RGB Variations
Color information
#970BEA (or 0x970BEA) is known color: Dark Violet. HEX triplet: 97, 0B and EA. RGB value is (151,11,234). Sum of RGB (Red+Green+Blue) = 151+11+234=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #970BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970BEA is #68F415. Grayscale: #4D4D4D. Windows color (decimal): -6878230 or 15338391. OLE color: 15338391.
HSL color Cylindrical-coordinate representation of color #970BEA: hue angle of 277.67º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970BEA is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 11 | 234 | - |
| CMYK | 0.35 | 0.95 | 0 | 0.08 |
| HSL | 277.67º | 0.91% | 0.48% | - |
| HSV(B) | 277.67º | 0.95% | 0.92% | - |
| XYZ | 27.73 | 12.76 | 78.84 | - |
| YUV | 78.28 | 215.88 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 234 | 0.35 | 0.95 | 0 | 0.08 | 277.67 | 0.91 | 0.48 |
| Hex | 97 | B | EA | 23 | 5F | 0 | 8 | 116 | 5B | 30 |
| Octal | 227 | 13 | 352 | 43 | 137 | 0 | 10 | 426 | 133 | 60 |
| Binary | 10010111 | 1011 | 11101010 | 100011 | 1011111 | 0 | 1000 | 100010110 | 1011011 | 110000 |
Color Harmonies of #970BEA
Complementary color
Monochromatic Colors of #970BEA
Black with #970BEA
Text Example
Text Example
White with #970BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BEA; }
p { color: rgb(151,11,234); }
H1.HeaderClassName
{
color: #970BEA;
}
.AnyTagClassName
{
color: #970BEA;
}
</style>
background-color css
<style>
a { background-color: #970BEA; }
a { background-color: rgb(151,11,234); }
div.DivClassName
{
background-color: #970BEA;
}
.BgClassName
{
background-color: #970BEA;
}
</style>
border-color css
<style>
span { border-color: #970BEA; }
span { border-color: rgb(151,11,234); }
td.TdClassName
{
border-color: #970BEA;
}
.TagClassName
{
border-color: #970BEA;
}
</style>