Shades of Dark Violet #9607DC
Tints of Dark Violet #9607DC
RGB
CMYK
RGB Variations
Color information
#9607DC (or 0x9607DC) is known color: Dark Violet. HEX triplet: 96, 07 and DC. RGB value is (150,7,220). Sum of RGB (Red+Green+Blue) = 150+7+220=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #9607DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607DC is #69F823. Grayscale: #494949. Windows color (decimal): -6944804 or 14419862. OLE color: 14419862.
HSL color Cylindrical-coordinate representation of color #9607DC: hue angle of 280.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9607DC is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 7 | 220 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.14 |
| HSL | 280.28º | 0.94% | 0.45% | - |
| HSV(B) | 280.28º | 0.97% | 0.86% | - |
| XYZ | 25.57 | 11.8 | 68.64 | - |
| YUV | 74.04 | 210.38 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 220 | 0.32 | 0.97 | 0 | 0.14 | 280.28 | 0.94 | 0.45 |
| Hex | 96 | 7 | DC | 20 | 61 | 0 | E | 118 | 5E | 2D |
| Octal | 226 | 7 | 334 | 40 | 141 | 0 | 16 | 430 | 136 | 55 |
| Binary | 10010110 | 111 | 11011100 | 100000 | 1100001 | 0 | 1110 | 100011000 | 1011110 | 101101 |
Color Harmonies of #9607DC
Complementary color
Monochromatic Colors of #9607DC
Black with #9607DC
Text Example
Text Example
White with #9607DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607DC; }
p { color: rgb(150,7,220); }
H1.HeaderClassName
{
color: #9607DC;
}
.AnyTagClassName
{
color: #9607DC;
}
</style>
background-color css
<style>
a { background-color: #9607DC; }
a { background-color: rgb(150,7,220); }
div.DivClassName
{
background-color: #9607DC;
}
.BgClassName
{
background-color: #9607DC;
}
</style>
border-color css
<style>
span { border-color: #9607DC; }
span { border-color: rgb(150,7,220); }
td.TdClassName
{
border-color: #9607DC;
}
.TagClassName
{
border-color: #9607DC;
}
</style>