Shades of Dark Violet #9605D0
Tints of Dark Violet #9605D0
RGB
CMYK
RGB Variations
Color information
#9605D0 (or 0x9605D0) is known color: Dark Violet. HEX triplet: 96, 05 and D0. RGB value is (150,5,208). Sum of RGB (Red+Green+Blue) = 150+5+208=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 208 (81.64% from 255 or 57.30% from 363); Max value from RGB is 208 - color contains mainly: blue. Hex color #9605D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9605D0 is #69FA2F. Grayscale: #464646. Windows color (decimal): -6945328 or 13632918. OLE color: 13632918.
HSL color Cylindrical-coordinate representation of color #9605D0: hue angle of 282.86º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9605D0 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 5 | 208 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.18 |
| HSL | 282.86º | 0.95% | 0.42% | - |
| HSV(B) | 282.86º | 0.98% | 0.82% | - |
| XYZ | 24.02 | 11.15 | 60.56 | - |
| YUV | 71.5 | 205.04 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 208 | 0.28 | 0.98 | 0 | 0.18 | 282.86 | 0.95 | 0.42 |
| Hex | 96 | 5 | D0 | 1C | 62 | 0 | 12 | 11B | 5F | 2A |
| Octal | 226 | 5 | 320 | 34 | 142 | 0 | 22 | 433 | 137 | 52 |
| Binary | 10010110 | 101 | 11010000 | 11100 | 1100010 | 0 | 10010 | 100011011 | 1011111 | 101010 |
Color Harmonies of #9605D0
Complementary color
Monochromatic Colors of #9605D0
Black with #9605D0
Text Example
Text Example
White with #9605D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9605D0; }
p { color: rgb(150,5,208); }
H1.HeaderClassName
{
color: #9605D0;
}
.AnyTagClassName
{
color: #9605D0;
}
</style>
background-color css
<style>
a { background-color: #9605D0; }
a { background-color: rgb(150,5,208); }
div.DivClassName
{
background-color: #9605D0;
}
.BgClassName
{
background-color: #9605D0;
}
</style>
border-color css
<style>
span { border-color: #9605D0; }
span { border-color: rgb(150,5,208); }
td.TdClassName
{
border-color: #9605D0;
}
.TagClassName
{
border-color: #9605D0;
}
</style>