Shades of Dark Violet #9612C0
Tints of Dark Violet #9612C0
RGB
CMYK
RGB Variations
Color information
#9612C0 (or 0x9612C0) is known color: Dark Violet. HEX triplet: 96, 12 and C0. RGB value is (150,18,192). Sum of RGB (Red+Green+Blue) = 150+18+192=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 192 (75.39% from 255 or 53.33% from 360); Max value from RGB is 192 - color contains mainly: blue. Hex color #9612C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9612C0 is #69ED3F. Grayscale: #4C4C4C. Windows color (decimal): -6942016 or 12587670. OLE color: 12587670.
HSL color Cylindrical-coordinate representation of color #9612C0: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9612C0 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 18 | 192 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.25 |
| HSL | 285.52º | 0.83% | 0.41% | - |
| HSV(B) | 285.52º | 0.91% | 0.75% | - |
| XYZ | 22.31 | 10.72 | 50.76 | - |
| YUV | 77.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 192 | 0.22 | 0.91 | 0 | 0.25 | 285.52 | 0.83 | 0.41 |
| Hex | 96 | 12 | C0 | 16 | 5B | 0 | 19 | 11E | 53 | 29 |
| Octal | 226 | 22 | 300 | 26 | 133 | 0 | 31 | 436 | 123 | 51 |
| Binary | 10010110 | 10010 | 11000000 | 10110 | 1011011 | 0 | 11001 | 100011110 | 1010011 | 101001 |
Color Harmonies of #9612C0
Complementary color
Monochromatic Colors of #9612C0
Black with #9612C0
Text Example
Text Example
White with #9612C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9612C0; }
p { color: rgb(150,18,192); }
H1.HeaderClassName
{
color: #9612C0;
}
.AnyTagClassName
{
color: #9612C0;
}
</style>
background-color css
<style>
a { background-color: #9612C0; }
a { background-color: rgb(150,18,192); }
div.DivClassName
{
background-color: #9612C0;
}
.BgClassName
{
background-color: #9612C0;
}
</style>
border-color css
<style>
span { border-color: #9612C0; }
span { border-color: rgb(150,18,192); }
td.TdClassName
{
border-color: #9612C0;
}
.TagClassName
{
border-color: #9612C0;
}
</style>