Shades of Dark Violet #9607DF
Tints of Dark Violet #9607DF
RGB
CMYK
RGB Variations
Color information
#9607DF (or 0x9607DF) is known color: Dark Violet. HEX triplet: 96, 07 and DF. RGB value is (150,7,223). Sum of RGB (Red+Green+Blue) = 150+7+223=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #9607DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607DF is #69F820. Grayscale: #494949. Windows color (decimal): -6944801 or 14616470. OLE color: 14616470.
HSL color Cylindrical-coordinate representation of color #9607DF: hue angle of 279.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9607DF is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 7 | 223 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.13 |
| HSL | 279.72º | 0.94% | 0.45% | - |
| HSV(B) | 279.72º | 0.97% | 0.87% | - |
| XYZ | 25.97 | 11.96 | 70.75 | - |
| YUV | 74.38 | 211.88 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 223 | 0.33 | 0.97 | 0 | 0.13 | 279.72 | 0.94 | 0.45 |
| Hex | 96 | 7 | DF | 21 | 61 | 0 | D | 118 | 5E | 2D |
| Octal | 226 | 7 | 337 | 41 | 141 | 0 | 15 | 430 | 136 | 55 |
| Binary | 10010110 | 111 | 11011111 | 100001 | 1100001 | 0 | 1101 | 100011000 | 1011110 | 101101 |
Color Harmonies of #9607DF
Complementary color
Monochromatic Colors of #9607DF
Black with #9607DF
Text Example
Text Example
White with #9607DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607DF; }
p { color: rgb(150,7,223); }
H1.HeaderClassName
{
color: #9607DF;
}
.AnyTagClassName
{
color: #9607DF;
}
</style>
background-color css
<style>
a { background-color: #9607DF; }
a { background-color: rgb(150,7,223); }
div.DivClassName
{
background-color: #9607DF;
}
.BgClassName
{
background-color: #9607DF;
}
</style>
border-color css
<style>
span { border-color: #9607DF; }
span { border-color: rgb(150,7,223); }
td.TdClassName
{
border-color: #9607DF;
}
.TagClassName
{
border-color: #9607DF;
}
</style>