Shades of Dark Violet #970ECC
Tints of Dark Violet #970ECC
RGB
CMYK
RGB Variations
Color information
#970ECC (or 0x970ECC) is known color: Dark Violet. HEX triplet: 97, 0E and CC. RGB value is (151,14,204). Sum of RGB (Red+Green+Blue) = 151+14+204=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #970ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ECC is #68F133. Grayscale: #4C4C4C. Windows color (decimal): -6877492 or 13373079. OLE color: 13373079.
HSL color Cylindrical-coordinate representation of color #970ECC: hue angle of 283.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970ECC is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 14 | 204 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.2 |
| HSL | 283.26º | 0.87% | 0.43% | - |
| HSV(B) | 283.26º | 0.93% | 0.8% | - |
| XYZ | 23.82 | 11.25 | 58.04 | - |
| YUV | 76.62 | 199.89 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 204 | 0.26 | 0.93 | 0 | 0.2 | 283.26 | 0.87 | 0.43 |
| Hex | 97 | E | CC | 1A | 5D | 0 | 14 | 11B | 57 | 2B |
| Octal | 227 | 16 | 314 | 32 | 135 | 0 | 24 | 433 | 127 | 53 |
| Binary | 10010111 | 1110 | 11001100 | 11010 | 1011101 | 0 | 10100 | 100011011 | 1010111 | 101011 |
Color Harmonies of #970ECC
Complementary color
Monochromatic Colors of #970ECC
Black with #970ECC
Text Example
Text Example
White with #970ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970ECC; }
p { color: rgb(151,14,204); }
H1.HeaderClassName
{
color: #970ECC;
}
.AnyTagClassName
{
color: #970ECC;
}
</style>
background-color css
<style>
a { background-color: #970ECC; }
a { background-color: rgb(151,14,204); }
div.DivClassName
{
background-color: #970ECC;
}
.BgClassName
{
background-color: #970ECC;
}
</style>
border-color css
<style>
span { border-color: #970ECC; }
span { border-color: rgb(151,14,204); }
td.TdClassName
{
border-color: #970ECC;
}
.TagClassName
{
border-color: #970ECC;
}
</style>