Shades of Dark Violet #930CDA
Tints of Dark Violet #930CDA
RGB
CMYK
RGB Variations
Color information
#930CDA (or 0x930CDA) is known color: Dark Violet. HEX triplet: 93, 0C and DA. RGB value is (147,12,218). Sum of RGB (Red+Green+Blue) = 147+12+218=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 218 (85.55% from 255 or 57.82% from 377); Max value from RGB is 218 - color contains mainly: blue. Hex color #930CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #930CDA is #6CF325. Grayscale: #4B4B4B. Windows color (decimal): -7140134 or 14290067. OLE color: 14290067.
HSL color Cylindrical-coordinate representation of color #930CDA: hue angle of 279.32º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930CDA is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 12 | 218 | - |
| CMYK | 0.33 | 0.94 | 0 | 0.15 |
| HSL | 279.32º | 0.9% | 0.45% | - |
| HSV(B) | 279.32º | 0.94% | 0.85% | - |
| XYZ | 24.82 | 11.53 | 67.25 | - |
| YUV | 75.85 | 208.23 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 218 | 0.33 | 0.94 | 0 | 0.15 | 279.32 | 0.9 | 0.45 |
| Hex | 93 | C | DA | 21 | 5E | 0 | F | 117 | 5A | 2D |
| Octal | 223 | 14 | 332 | 41 | 136 | 0 | 17 | 427 | 132 | 55 |
| Binary | 10010011 | 1100 | 11011010 | 100001 | 1011110 | 0 | 1111 | 100010111 | 1011010 | 101101 |
Color Harmonies of #930CDA
Complementary color
Monochromatic Colors of #930CDA
Black with #930CDA
Text Example
Text Example
White with #930CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930CDA; }
p { color: rgb(147,12,218); }
H1.HeaderClassName
{
color: #930CDA;
}
.AnyTagClassName
{
color: #930CDA;
}
</style>
background-color css
<style>
a { background-color: #930CDA; }
a { background-color: rgb(147,12,218); }
div.DivClassName
{
background-color: #930CDA;
}
.BgClassName
{
background-color: #930CDA;
}
</style>
border-color css
<style>
span { border-color: #930CDA; }
span { border-color: rgb(147,12,218); }
td.TdClassName
{
border-color: #930CDA;
}
.TagClassName
{
border-color: #930CDA;
}
</style>