Shades of Dark Violet #9612D6
Tints of Dark Violet #9612D6
RGB
CMYK
RGB Variations
Color information
#9612D6 (or 0x9612D6) is known color: Dark Violet. HEX triplet: 96, 12 and D6. RGB value is (150,18,214). Sum of RGB (Red+Green+Blue) = 150+18+214=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #9612D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9612D6 is #69ED29. Grayscale: #4F4F4F. Windows color (decimal): -6941994 or 14029462. OLE color: 14029462.
HSL color Cylindrical-coordinate representation of color #9612D6: hue angle of 280.41º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9612D6 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 18 | 214 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.16 |
| HSL | 280.41º | 0.84% | 0.45% | - |
| HSV(B) | 280.41º | 0.92% | 0.84% | - |
| XYZ | 24.93 | 11.77 | 64.58 | - |
| YUV | 79.81 | 203.73 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 214 | 0.30 | 0.92 | 0 | 0.16 | 280.41 | 0.84 | 0.45 |
| Hex | 96 | 12 | D6 | 1E | 5C | 0 | 10 | 118 | 54 | 2D |
| Octal | 226 | 22 | 326 | 36 | 134 | 0 | 20 | 430 | 124 | 55 |
| Binary | 10010110 | 10010 | 11010110 | 11110 | 1011100 | 0 | 10000 | 100011000 | 1010100 | 101101 |
Color Harmonies of #9612D6
Complementary color
Monochromatic Colors of #9612D6
Black with #9612D6
Text Example
Text Example
White with #9612D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9612D6; }
p { color: rgb(150,18,214); }
H1.HeaderClassName
{
color: #9612D6;
}
.AnyTagClassName
{
color: #9612D6;
}
</style>
background-color css
<style>
a { background-color: #9612D6; }
a { background-color: rgb(150,18,214); }
div.DivClassName
{
background-color: #9612D6;
}
.BgClassName
{
background-color: #9612D6;
}
</style>
border-color css
<style>
span { border-color: #9612D6; }
span { border-color: rgb(150,18,214); }
td.TdClassName
{
border-color: #9612D6;
}
.TagClassName
{
border-color: #9612D6;
}
</style>