Shades of Dark Violet #930ACC
Tints of Dark Violet #930ACC
RGB
CMYK
RGB Variations
Color information
#930ACC (or 0x930ACC) is known color: Dark Violet. HEX triplet: 93, 0A and CC. RGB value is (147,10,204). Sum of RGB (Red+Green+Blue) = 147+10+204=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 10 (4.30% from 255 or 2.77% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #930ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930ACC is #6CF533. Grayscale: #484848. Windows color (decimal): -7140660 or 13372051. OLE color: 13372051.
HSL color Cylindrical-coordinate representation of color #930ACC: hue angle of 282.37º 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 #930ACC is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 10 | 204 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.2 |
| HSL | 282.37º | 0.91% | 0.42% | - |
| HSV(B) | 282.37º | 0.95% | 0.8% | - |
| XYZ | 23.04 | 10.78 | 57.99 | - |
| YUV | 73.08 | 201.89 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 10 | 204 | 0.28 | 0.95 | 0 | 0.2 | 282.37 | 0.91 | 0.42 |
| Hex | 93 | A | CC | 1C | 5F | 0 | 14 | 11A | 5B | 2A |
| Octal | 223 | 12 | 314 | 34 | 137 | 0 | 24 | 432 | 133 | 52 |
| Binary | 10010011 | 1010 | 11001100 | 11100 | 1011111 | 0 | 10100 | 100011010 | 1011011 | 101010 |
Color Harmonies of #930ACC
Complementary color
Monochromatic Colors of #930ACC
Black with #930ACC
Text Example
Text Example
White with #930ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930ACC; }
p { color: rgb(147,10,204); }
H1.HeaderClassName
{
color: #930ACC;
}
.AnyTagClassName
{
color: #930ACC;
}
</style>
background-color css
<style>
a { background-color: #930ACC; }
a { background-color: rgb(147,10,204); }
div.DivClassName
{
background-color: #930ACC;
}
.BgClassName
{
background-color: #930ACC;
}
</style>
border-color css
<style>
span { border-color: #930ACC; }
span { border-color: rgb(147,10,204); }
td.TdClassName
{
border-color: #930ACC;
}
.TagClassName
{
border-color: #930ACC;
}
</style>