Shades of Dark Violet #9412CE
Tints of Dark Violet #9412CE
RGB
CMYK
RGB Variations
Color information
#9412CE (or 0x9412CE) is known color: Dark Violet. HEX triplet: 94, 12 and CE. RGB value is (148,18,206). Sum of RGB (Red+Green+Blue) = 148+18+206=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #9412CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412CE is #6BED31. Grayscale: #4D4D4D. Windows color (decimal): -7073074 or 13505172. OLE color: 13505172.
HSL color Cylindrical-coordinate representation of color #9412CE: hue angle of 281.49º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9412CE is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 18 | 206 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.19 |
| HSL | 281.49º | 0.84% | 0.44% | - |
| HSV(B) | 281.49º | 0.91% | 0.81% | - |
| XYZ | 23.57 | 11.18 | 59.31 | - |
| YUV | 78.3 | 200.07 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 206 | 0.28 | 0.91 | 0 | 0.19 | 281.49 | 0.84 | 0.44 |
| Hex | 94 | 12 | CE | 1C | 5B | 0 | 13 | 119 | 54 | 2C |
| Octal | 224 | 22 | 316 | 34 | 133 | 0 | 23 | 431 | 124 | 54 |
| Binary | 10010100 | 10010 | 11001110 | 11100 | 1011011 | 0 | 10011 | 100011001 | 1010100 | 101100 |
Color Harmonies of #9412CE
Complementary color
Monochromatic Colors of #9412CE
Black with #9412CE
Text Example
Text Example
White with #9412CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412CE; }
p { color: rgb(148,18,206); }
H1.HeaderClassName
{
color: #9412CE;
}
.AnyTagClassName
{
color: #9412CE;
}
</style>
background-color css
<style>
a { background-color: #9412CE; }
a { background-color: rgb(148,18,206); }
div.DivClassName
{
background-color: #9412CE;
}
.BgClassName
{
background-color: #9412CE;
}
</style>
border-color css
<style>
span { border-color: #9412CE; }
span { border-color: rgb(148,18,206); }
td.TdClassName
{
border-color: #9412CE;
}
.TagClassName
{
border-color: #9412CE;
}
</style>