Shades of Dark Violet #970ACC
Tints of Dark Violet #970ACC
RGB
CMYK
RGB Variations
Color information
#970ACC (or 0x970ACC) is known color: Dark Violet. HEX triplet: 97, 0A and CC. RGB value is (151,10,204). Sum of RGB (Red+Green+Blue) = 151+10+204=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #970ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ACC is #68F533. Grayscale: #494949. Windows color (decimal): -6878516 or 13372055. OLE color: 13372055.
HSL color Cylindrical-coordinate representation of color #970ACC: hue angle of 283.61º degrees, saturation: 0.91, 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 #970ACC is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 10 | 204 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.2 |
| HSL | 283.61º | 0.91% | 0.42% | - |
| HSV(B) | 283.61º | 0.95% | 0.8% | - |
| XYZ | 23.77 | 11.16 | 58.03 | - |
| YUV | 74.28 | 201.21 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 204 | 0.26 | 0.95 | 0 | 0.2 | 283.61 | 0.91 | 0.42 |
| Hex | 97 | A | CC | 1A | 5F | 0 | 14 | 11C | 5B | 2A |
| Octal | 227 | 12 | 314 | 32 | 137 | 0 | 24 | 434 | 133 | 52 |
| Binary | 10010111 | 1010 | 11001100 | 11010 | 1011111 | 0 | 10100 | 100011100 | 1011011 | 101010 |
Color Harmonies of #970ACC
Complementary color
Monochromatic Colors of #970ACC
Black with #970ACC
Text Example
Text Example
White with #970ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970ACC; }
p { color: rgb(151,10,204); }
H1.HeaderClassName
{
color: #970ACC;
}
.AnyTagClassName
{
color: #970ACC;
}
</style>
background-color css
<style>
a { background-color: #970ACC; }
a { background-color: rgb(151,10,204); }
div.DivClassName
{
background-color: #970ACC;
}
.BgClassName
{
background-color: #970ACC;
}
</style>
border-color css
<style>
span { border-color: #970ACC; }
span { border-color: rgb(151,10,204); }
td.TdClassName
{
border-color: #970ACC;
}
.TagClassName
{
border-color: #970ACC;
}
</style>