Shades of Dark Violet #940ACE
Tints of Dark Violet #940ACE
RGB
CMYK
RGB Variations
Color information
#940ACE (or 0x940ACE) is known color: Dark Violet. HEX triplet: 94, 0A and CE. RGB value is (148,10,206). Sum of RGB (Red+Green+Blue) = 148+10+206=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 10 (4.30% from 255 or 2.75% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #940ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #940ACE is #6BF531. Grayscale: #484848. Windows color (decimal): -7075122 or 13503124. OLE color: 13503124.
HSL color Cylindrical-coordinate representation of color #940ACE: hue angle of 282.24º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940ACE is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 10 | 206 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.19 |
| HSL | 282.24º | 0.91% | 0.42% | - |
| HSV(B) | 282.24º | 0.95% | 0.81% | - |
| XYZ | 23.46 | 10.97 | 59.27 | - |
| YUV | 73.61 | 202.72 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 10 | 206 | 0.28 | 0.95 | 0 | 0.19 | 282.24 | 0.91 | 0.42 |
| Hex | 94 | A | CE | 1C | 5F | 0 | 13 | 11A | 5B | 2A |
| Octal | 224 | 12 | 316 | 34 | 137 | 0 | 23 | 432 | 133 | 52 |
| Binary | 10010100 | 1010 | 11001110 | 11100 | 1011111 | 0 | 10011 | 100011010 | 1011011 | 101010 |
Color Harmonies of #940ACE
Complementary color
Monochromatic Colors of #940ACE
Black with #940ACE
Text Example
Text Example
White with #940ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940ACE; }
p { color: rgb(148,10,206); }
H1.HeaderClassName
{
color: #940ACE;
}
.AnyTagClassName
{
color: #940ACE;
}
</style>
background-color css
<style>
a { background-color: #940ACE; }
a { background-color: rgb(148,10,206); }
div.DivClassName
{
background-color: #940ACE;
}
.BgClassName
{
background-color: #940ACE;
}
</style>
border-color css
<style>
span { border-color: #940ACE; }
span { border-color: rgb(148,10,206); }
td.TdClassName
{
border-color: #940ACE;
}
.TagClassName
{
border-color: #940ACE;
}
</style>