Shades of Dark Violet #9412CC
Tints of Dark Violet #9412CC
RGB
CMYK
RGB Variations
Color information
#9412CC (or 0x9412CC) is known color: Dark Violet. HEX triplet: 94, 12 and CC. RGB value is (148,18,204). Sum of RGB (Red+Green+Blue) = 148+18+204=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #9412CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9412CC is #6BED33. Grayscale: #4D4D4D. Windows color (decimal): -7073076 or 13374100. OLE color: 13374100.
HSL color Cylindrical-coordinate representation of color #9412CC: hue angle of 281.94º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9412CC is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 18 | 204 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.2 |
| HSL | 281.94º | 0.84% | 0.44% | - |
| HSV(B) | 281.94º | 0.91% | 0.8% | - |
| XYZ | 23.33 | 11.09 | 58.04 | - |
| YUV | 78.07 | 199.07 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 204 | 0.27 | 0.91 | 0 | 0.2 | 281.94 | 0.84 | 0.44 |
| Hex | 94 | 12 | CC | 1B | 5B | 0 | 14 | 11A | 54 | 2C |
| Octal | 224 | 22 | 314 | 33 | 133 | 0 | 24 | 432 | 124 | 54 |
| Binary | 10010100 | 10010 | 11001100 | 11011 | 1011011 | 0 | 10100 | 100011010 | 1010100 | 101100 |
Color Harmonies of #9412CC
Complementary color
Monochromatic Colors of #9412CC
Black with #9412CC
Text Example
Text Example
White with #9412CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412CC; }
p { color: rgb(148,18,204); }
H1.HeaderClassName
{
color: #9412CC;
}
.AnyTagClassName
{
color: #9412CC;
}
</style>
background-color css
<style>
a { background-color: #9412CC; }
a { background-color: rgb(148,18,204); }
div.DivClassName
{
background-color: #9412CC;
}
.BgClassName
{
background-color: #9412CC;
}
</style>
border-color css
<style>
span { border-color: #9412CC; }
span { border-color: rgb(148,18,204); }
td.TdClassName
{
border-color: #9412CC;
}
.TagClassName
{
border-color: #9412CC;
}
</style>