Shades of Dark Violet #930CCC
Tints of Dark Violet #930CCC
RGB
CMYK
RGB Variations
Color information
#930CCC (or 0x930CCC) is known color: Dark Violet. HEX triplet: 93, 0C and CC. RGB value is (147,12,204). Sum of RGB (Red+Green+Blue) = 147+12+204=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #930CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CCC is #6CF333. Grayscale: #494949. Windows color (decimal): -7140148 or 13372563. OLE color: 13372563.
HSL color Cylindrical-coordinate representation of color #930CCC: hue angle of 282.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930CCC is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 12 | 204 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.2 |
| HSL | 282.19º | 0.89% | 0.42% | - |
| HSV(B) | 282.19º | 0.94% | 0.8% | - |
| XYZ | 23.06 | 10.83 | 58 | - |
| YUV | 74.25 | 201.23 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 204 | 0.28 | 0.94 | 0 | 0.2 | 282.19 | 0.89 | 0.42 |
| Hex | 93 | C | CC | 1C | 5E | 0 | 14 | 11A | 59 | 2A |
| Octal | 223 | 14 | 314 | 34 | 136 | 0 | 24 | 432 | 131 | 52 |
| Binary | 10010011 | 1100 | 11001100 | 11100 | 1011110 | 0 | 10100 | 100011010 | 1011001 | 101010 |
Color Harmonies of #930CCC
Complementary color
Monochromatic Colors of #930CCC
Black with #930CCC
Text Example
Text Example
White with #930CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CCC; }
p { color: rgb(147,12,204); }
H1.HeaderClassName
{
color: #930CCC;
}
.AnyTagClassName
{
color: #930CCC;
}
</style>
background-color css
<style>
a { background-color: #930CCC; }
a { background-color: rgb(147,12,204); }
div.DivClassName
{
background-color: #930CCC;
}
.BgClassName
{
background-color: #930CCC;
}
</style>
border-color css
<style>
span { border-color: #930CCC; }
span { border-color: rgb(147,12,204); }
td.TdClassName
{
border-color: #930CCC;
}
.TagClassName
{
border-color: #930CCC;
}
</style>