Shades of Dark Violet #9412D1
Tints of Dark Violet #9412D1
RGB
CMYK
RGB Variations
Color information
#9412D1 (or 0x9412D1) is known color: Dark Violet. HEX triplet: 94, 12 and D1. RGB value is (148,18,209). Sum of RGB (Red+Green+Blue) = 148+18+209=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #9412D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412D1 is #6BED2E. Grayscale: #4E4E4E. Windows color (decimal): -7073071 or 13701780. OLE color: 13701780.
HSL color Cylindrical-coordinate representation of color #9412D1: hue angle of 280.84º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9412D1 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 18 | 209 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.18 |
| HSL | 280.84º | 0.84% | 0.45% | - |
| HSV(B) | 280.84º | 0.91% | 0.82% | - |
| XYZ | 23.94 | 11.33 | 61.25 | - |
| YUV | 78.64 | 201.57 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 209 | 0.29 | 0.91 | 0 | 0.18 | 280.84 | 0.84 | 0.45 |
| Hex | 94 | 12 | D1 | 1D | 5B | 0 | 12 | 119 | 54 | 2D |
| Octal | 224 | 22 | 321 | 35 | 133 | 0 | 22 | 431 | 124 | 55 |
| Binary | 10010100 | 10010 | 11010001 | 11101 | 1011011 | 0 | 10010 | 100011001 | 1010100 | 101101 |
Color Harmonies of #9412D1
Complementary color
Monochromatic Colors of #9412D1
Black with #9412D1
Text Example
Text Example
White with #9412D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412D1; }
p { color: rgb(148,18,209); }
H1.HeaderClassName
{
color: #9412D1;
}
.AnyTagClassName
{
color: #9412D1;
}
</style>
background-color css
<style>
a { background-color: #9412D1; }
a { background-color: rgb(148,18,209); }
div.DivClassName
{
background-color: #9412D1;
}
.BgClassName
{
background-color: #9412D1;
}
</style>
border-color css
<style>
span { border-color: #9412D1; }
span { border-color: rgb(148,18,209); }
td.TdClassName
{
border-color: #9412D1;
}
.TagClassName
{
border-color: #9412D1;
}
</style>