Shades of Dark Violet #9412DA
Tints of Dark Violet #9412DA
RGB
CMYK
RGB Variations
Color information
#9412DA (or 0x9412DA) is known color: Dark Violet. HEX triplet: 94, 12 and DA. RGB value is (148,18,218). Sum of RGB (Red+Green+Blue) = 148+18+218=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #9412DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412DA is #6BED25. Grayscale: #4F4F4F. Windows color (decimal): -7073062 or 14291604. OLE color: 14291604.
HSL color Cylindrical-coordinate representation of color #9412DA: hue angle of 279º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9412DA is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 18 | 218 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.15 |
| HSL | 279º | 0.85% | 0.46% | - |
| HSV(B) | 279º | 0.92% | 0.85% | - |
| XYZ | 25.08 | 11.79 | 67.28 | - |
| YUV | 79.67 | 206.07 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 218 | 0.32 | 0.92 | 0 | 0.15 | 279 | 0.85 | 0.46 |
| Hex | 94 | 12 | DA | 20 | 5C | 0 | F | 117 | 55 | 2E |
| Octal | 224 | 22 | 332 | 40 | 134 | 0 | 17 | 427 | 125 | 56 |
| Binary | 10010100 | 10010 | 11011010 | 100000 | 1011100 | 0 | 1111 | 100010111 | 1010101 | 101110 |
Color Harmonies of #9412DA
Complementary color
Monochromatic Colors of #9412DA
Black with #9412DA
Text Example
Text Example
White with #9412DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412DA; }
p { color: rgb(148,18,218); }
H1.HeaderClassName
{
color: #9412DA;
}
.AnyTagClassName
{
color: #9412DA;
}
</style>
background-color css
<style>
a { background-color: #9412DA; }
a { background-color: rgb(148,18,218); }
div.DivClassName
{
background-color: #9412DA;
}
.BgClassName
{
background-color: #9412DA;
}
</style>
border-color css
<style>
span { border-color: #9412DA; }
span { border-color: rgb(148,18,218); }
td.TdClassName
{
border-color: #9412DA;
}
.TagClassName
{
border-color: #9412DA;
}
</style>