Shades of Dark Violet #9607C8
Tints of Dark Violet #9607C8
RGB
CMYK
RGB Variations
Color information
#9607C8 (or 0x9607C8) is known color: Dark Violet. HEX triplet: 96, 07 and C8. RGB value is (150,7,200). Sum of RGB (Red+Green+Blue) = 150+7+200=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #9607C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9607C8 is #69F837. Grayscale: #474747. Windows color (decimal): -6944824 or 13109142. OLE color: 13109142.
HSL color Cylindrical-coordinate representation of color #9607C8: hue angle of 284.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607C8 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 7 | 200 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.22 |
| HSL | 284.46º | 0.93% | 0.41% | - |
| HSV(B) | 284.46º | 0.97% | 0.78% | - |
| XYZ | 23.08 | 10.81 | 55.51 | - |
| YUV | 71.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 200 | 0.25 | 0.96 | 0 | 0.22 | 284.46 | 0.93 | 0.41 |
| Hex | 96 | 7 | C8 | 19 | 60 | 0 | 16 | 11C | 5D | 29 |
| Octal | 226 | 7 | 310 | 31 | 140 | 0 | 26 | 434 | 135 | 51 |
| Binary | 10010110 | 111 | 11001000 | 11001 | 1100000 | 0 | 10110 | 100011100 | 1011101 | 101001 |
Color Harmonies of #9607C8
Complementary color
Monochromatic Colors of #9607C8
Black with #9607C8
Text Example
Text Example
White with #9607C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607C8; }
p { color: rgb(150,7,200); }
H1.HeaderClassName
{
color: #9607C8;
}
.AnyTagClassName
{
color: #9607C8;
}
</style>
background-color css
<style>
a { background-color: #9607C8; }
a { background-color: rgb(150,7,200); }
div.DivClassName
{
background-color: #9607C8;
}
.BgClassName
{
background-color: #9607C8;
}
</style>
border-color css
<style>
span { border-color: #9607C8; }
span { border-color: rgb(150,7,200); }
td.TdClassName
{
border-color: #9607C8;
}
.TagClassName
{
border-color: #9607C8;
}
</style>