Shades of Dark Violet #930ADF
Tints of Dark Violet #930ADF
RGB
CMYK
RGB Variations
Color information
#930ADF (or 0x930ADF) is known color: Dark Violet. HEX triplet: 93, 0A and DF. RGB value is (147,10,223). Sum of RGB (Red+Green+Blue) = 147+10+223=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #930ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930ADF is #6CF520. Grayscale: #4A4A4A. Windows color (decimal): -7140641 or 14617235. OLE color: 14617235.
HSL color Cylindrical-coordinate representation of color #930ADF: hue angle of 278.59º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #930ADF is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 10 | 223 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.13 |
| HSL | 278.59º | 0.91% | 0.46% | - |
| HSV(B) | 278.59º | 0.96% | 0.87% | - |
| XYZ | 25.46 | 11.75 | 70.74 | - |
| YUV | 75.25 | 211.39 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 223 | 0.34 | 0.96 | 0 | 0.13 | 278.59 | 0.91 | 0.46 |
| Hex | 93 | A | DF | 22 | 60 | 0 | D | 117 | 5B | 2E |
| Octal | 223 | 12 | 337 | 42 | 140 | 0 | 15 | 427 | 133 | 56 |
| Binary | 10010011 | 1010 | 11011111 | 100010 | 1100000 | 0 | 1101 | 100010111 | 1011011 | 101110 |
Color Harmonies of #930ADF
Complementary color
Monochromatic Colors of #930ADF
Black with #930ADF
Text Example
Text Example
White with #930ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930ADF; }
p { color: rgb(147,10,223); }
H1.HeaderClassName
{
color: #930ADF;
}
.AnyTagClassName
{
color: #930ADF;
}
</style>
background-color css
<style>
a { background-color: #930ADF; }
a { background-color: rgb(147,10,223); }
div.DivClassName
{
background-color: #930ADF;
}
.BgClassName
{
background-color: #930ADF;
}
</style>
border-color css
<style>
span { border-color: #930ADF; }
span { border-color: rgb(147,10,223); }
td.TdClassName
{
border-color: #930ADF;
}
.TagClassName
{
border-color: #930ADF;
}
</style>