Shades of Dark Violet #9609AF
Tints of Dark Violet #9609AF
RGB
CMYK
RGB Variations
Color information
#9609AF (or 0x9609AF) is known color: Dark Violet. HEX triplet: 96, 09 and AF. RGB value is (150,9,175). Sum of RGB (Red+Green+Blue) = 150+9+175=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #9609AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9609AF is #69F650. Grayscale: #454545. Windows color (decimal): -6944337 or 11471254. OLE color: 11471254.
HSL color Cylindrical-coordinate representation of color #9609AF: hue angle of 290.96º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9609AF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 9 | 175 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.31 |
| HSL | 290.96º | 0.9% | 0.36% | - |
| HSV(B) | 290.96º | 0.95% | 0.69% | - |
| XYZ | 20.41 | 9.77 | 41.37 | - |
| YUV | 70.08 | 187.21 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 175 | 0.14 | 0.95 | 0 | 0.31 | 290.96 | 0.9 | 0.36 |
| Hex | 96 | 9 | AF | E | 5F | 0 | 1F | 123 | 5A | 24 |
| Octal | 226 | 11 | 257 | 16 | 137 | 0 | 37 | 443 | 132 | 44 |
| Binary | 10010110 | 1001 | 10101111 | 1110 | 1011111 | 0 | 11111 | 100100011 | 1011010 | 100100 |
Color Harmonies of #9609AF
Complementary color
Monochromatic Colors of #9609AF
Black with #9609AF
Text Example
Text Example
White with #9609AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9609AF; }
p { color: rgb(150,9,175); }
H1.HeaderClassName
{
color: #9609AF;
}
.AnyTagClassName
{
color: #9609AF;
}
</style>
background-color css
<style>
a { background-color: #9609AF; }
a { background-color: rgb(150,9,175); }
div.DivClassName
{
background-color: #9609AF;
}
.BgClassName
{
background-color: #9609AF;
}
</style>
border-color css
<style>
span { border-color: #9609AF; }
span { border-color: rgb(150,9,175); }
td.TdClassName
{
border-color: #9609AF;
}
.TagClassName
{
border-color: #9609AF;
}
</style>