Shades of Dark Violet #930ACE
Tints of Dark Violet #930ACE
RGB
CMYK
RGB Variations
Color information
#930ACE (or 0x930ACE) is known color: Dark Violet. HEX triplet: 93, 0A and CE. RGB value is (147,10,206). Sum of RGB (Red+Green+Blue) = 147+10+206=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #930ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930ACE is #6CF531. Grayscale: #484848. Windows color (decimal): -7140658 or 13503123. OLE color: 13503123.
HSL color Cylindrical-coordinate representation of color #930ACE: hue angle of 281.94º 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 #930ACE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 10 | 206 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.19 |
| HSL | 281.94º | 0.91% | 0.42% | - |
| HSV(B) | 281.94º | 0.95% | 0.81% | - |
| XYZ | 23.28 | 10.88 | 59.26 | - |
| YUV | 73.31 | 202.89 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 206 | 0.29 | 0.95 | 0 | 0.19 | 281.94 | 0.91 | 0.42 |
| Hex | 93 | A | CE | 1D | 5F | 0 | 13 | 11A | 5B | 2A |
| Octal | 223 | 12 | 316 | 35 | 137 | 0 | 23 | 432 | 133 | 52 |
| Binary | 10010011 | 1010 | 11001110 | 11101 | 1011111 | 0 | 10011 | 100011010 | 1011011 | 101010 |
Color Harmonies of #930ACE
Complementary color
Monochromatic Colors of #930ACE
Black with #930ACE
Text Example
Text Example
White with #930ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930ACE; }
p { color: rgb(147,10,206); }
H1.HeaderClassName
{
color: #930ACE;
}
.AnyTagClassName
{
color: #930ACE;
}
</style>
background-color css
<style>
a { background-color: #930ACE; }
a { background-color: rgb(147,10,206); }
div.DivClassName
{
background-color: #930ACE;
}
.BgClassName
{
background-color: #930ACE;
}
</style>
border-color css
<style>
span { border-color: #930ACE; }
span { border-color: rgb(147,10,206); }
td.TdClassName
{
border-color: #930ACE;
}
.TagClassName
{
border-color: #930ACE;
}
</style>