Shades of Dark Violet #9612CF
Tints of Dark Violet #9612CF
RGB
CMYK
RGB Variations
Color information
#9612CF (or 0x9612CF) is known color: Dark Violet. HEX triplet: 96, 12 and CF. RGB value is (150,18,207). Sum of RGB (Red+Green+Blue) = 150+18+207=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #9612CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9612CF is #69ED30. Grayscale: #4E4E4E. Windows color (decimal): -6942001 or 13570710. OLE color: 13570710.
HSL color Cylindrical-coordinate representation of color #9612CF: hue angle of 281.9º 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 #9612CF is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 18 | 207 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.19 |
| HSL | 281.9º | 0.84% | 0.44% | - |
| HSV(B) | 281.9º | 0.91% | 0.81% | - |
| XYZ | 24.06 | 11.42 | 59.97 | - |
| YUV | 79.01 | 200.23 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 207 | 0.28 | 0.91 | 0 | 0.19 | 281.9 | 0.84 | 0.44 |
| Hex | 96 | 12 | CF | 1C | 5B | 0 | 13 | 11A | 54 | 2C |
| Octal | 226 | 22 | 317 | 34 | 133 | 0 | 23 | 432 | 124 | 54 |
| Binary | 10010110 | 10010 | 11001111 | 11100 | 1011011 | 0 | 10011 | 100011010 | 1010100 | 101100 |
Color Harmonies of #9612CF
Complementary color
Monochromatic Colors of #9612CF
Black with #9612CF
Text Example
Text Example
White with #9612CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9612CF; }
p { color: rgb(150,18,207); }
H1.HeaderClassName
{
color: #9612CF;
}
.AnyTagClassName
{
color: #9612CF;
}
</style>
background-color css
<style>
a { background-color: #9612CF; }
a { background-color: rgb(150,18,207); }
div.DivClassName
{
background-color: #9612CF;
}
.BgClassName
{
background-color: #9612CF;
}
</style>
border-color css
<style>
span { border-color: #9612CF; }
span { border-color: rgb(150,18,207); }
td.TdClassName
{
border-color: #9612CF;
}
.TagClassName
{
border-color: #9612CF;
}
</style>