Shades of Dark Violet #9609D5
Tints of Dark Violet #9609D5
RGB
CMYK
RGB Variations
Color information
#9609D5 (or 0x9609D5) is known color: Dark Violet. HEX triplet: 96, 09 and D5. RGB value is (150,9,213). Sum of RGB (Red+Green+Blue) = 150+9+213=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 213 (83.59% from 255 or 57.26% from 372); Max value from RGB is 213 - color contains mainly: blue. Hex color #9609D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9609D5 is #69F62A. Grayscale: #494949. Windows color (decimal): -6944299 or 13961622. OLE color: 13961622.
HSL color Cylindrical-coordinate representation of color #9609D5: hue angle of 281.47º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9609D5 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 9 | 213 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.16 |
| HSL | 281.47º | 0.92% | 0.44% | - |
| HSV(B) | 281.47º | 0.96% | 0.84% | - |
| XYZ | 24.69 | 11.48 | 63.87 | - |
| YUV | 74.42 | 206.21 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 213 | 0.30 | 0.96 | 0 | 0.16 | 281.47 | 0.92 | 0.44 |
| Hex | 96 | 9 | D5 | 1E | 60 | 0 | 10 | 119 | 5C | 2C |
| Octal | 226 | 11 | 325 | 36 | 140 | 0 | 20 | 431 | 134 | 54 |
| Binary | 10010110 | 1001 | 11010101 | 11110 | 1100000 | 0 | 10000 | 100011001 | 1011100 | 101100 |
Color Harmonies of #9609D5
Complementary color
Monochromatic Colors of #9609D5
Black with #9609D5
Text Example
Text Example
White with #9609D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609D5; }
p { color: rgb(150,9,213); }
H1.HeaderClassName
{
color: #9609D5;
}
.AnyTagClassName
{
color: #9609D5;
}
</style>
background-color css
<style>
a { background-color: #9609D5; }
a { background-color: rgb(150,9,213); }
div.DivClassName
{
background-color: #9609D5;
}
.BgClassName
{
background-color: #9609D5;
}
</style>
border-color css
<style>
span { border-color: #9609D5; }
span { border-color: rgb(150,9,213); }
td.TdClassName
{
border-color: #9609D5;
}
.TagClassName
{
border-color: #9609D5;
}
</style>