Shades of Dark Violet #930CCD
Tints of Dark Violet #930CCD
RGB
CMYK
RGB Variations
Color information
#930CCD (or 0x930CCD) is known color: Dark Violet. HEX triplet: 93, 0C and CD. RGB value is (147,12,205). Sum of RGB (Red+Green+Blue) = 147+12+205=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #930CCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CCD is #6CF332. Grayscale: #494949. Windows color (decimal): -7140147 or 13438099. OLE color: 13438099.
HSL color Cylindrical-coordinate representation of color #930CCD: hue angle of 281.97º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930CCD is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 12 | 205 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.20 |
| HSL | 281.97º | 0.89% | 0.43% | - |
| HSV(B) | 281.97º | 0.94% | 0.8% | - |
| XYZ | 23.18 | 10.87 | 58.63 | - |
| YUV | 74.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 205 | 0.28 | 0.94 | 0 | 0.20 | 281.97 | 0.89 | 0.43 |
| Hex | 93 | C | CD | 1C | 5E | 0 | 14 | 11A | 59 | 2B |
| Octal | 223 | 14 | 315 | 34 | 136 | 0 | 24 | 432 | 131 | 53 |
| Binary | 10010011 | 1100 | 11001101 | 11100 | 1011110 | 0 | 10100 | 100011010 | 1011001 | 101011 |
Color Harmonies of #930CCD
Complementary color
Monochromatic Colors of #930CCD
Black with #930CCD
Text Example
Text Example
White with #930CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CCD; }
p { color: rgb(147,12,205); }
H1.HeaderClassName
{
color: #930CCD;
}
.AnyTagClassName
{
color: #930CCD;
}
</style>
background-color css
<style>
a { background-color: #930CCD; }
a { background-color: rgb(147,12,205); }
div.DivClassName
{
background-color: #930CCD;
}
.BgClassName
{
background-color: #930CCD;
}
</style>
border-color css
<style>
span { border-color: #930CCD; }
span { border-color: rgb(147,12,205); }
td.TdClassName
{
border-color: #930CCD;
}
.TagClassName
{
border-color: #930CCD;
}
</style>