Shades of Dark Violet #9607AF
Tints of Dark Violet #9607AF
RGB
CMYK
RGB Variations
Color information
#9607AF (or 0x9607AF) is known color: Dark Violet. HEX triplet: 96, 07 and AF. RGB value is (150,7,175). Sum of RGB (Red+Green+Blue) = 150+7+175=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #9607AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9607AF is #69F850. Grayscale: #444444. Windows color (decimal): -6944849 or 11470742. OLE color: 11470742.
HSL color Cylindrical-coordinate representation of color #9607AF: hue angle of 291.07º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9607AF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 7 | 175 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.31 |
| HSL | 291.07º | 0.92% | 0.36% | - |
| HSV(B) | 291.07º | 0.96% | 0.69% | - |
| XYZ | 20.39 | 9.73 | 41.36 | - |
| YUV | 68.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 175 | 0.14 | 0.96 | 0 | 0.31 | 291.07 | 0.92 | 0.36 |
| Hex | 96 | 7 | AF | E | 60 | 0 | 1F | 123 | 5C | 24 |
| Octal | 226 | 7 | 257 | 16 | 140 | 0 | 37 | 443 | 134 | 44 |
| Binary | 10010110 | 111 | 10101111 | 1110 | 1100000 | 0 | 11111 | 100100011 | 1011100 | 100100 |
Color Harmonies of #9607AF
Complementary color
Monochromatic Colors of #9607AF
Black with #9607AF
Text Example
Text Example
White with #9607AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9607AF; }
p { color: rgb(150,7,175); }
H1.HeaderClassName
{
color: #9607AF;
}
.AnyTagClassName
{
color: #9607AF;
}
</style>
background-color css
<style>
a { background-color: #9607AF; }
a { background-color: rgb(150,7,175); }
div.DivClassName
{
background-color: #9607AF;
}
.BgClassName
{
background-color: #9607AF;
}
</style>
border-color css
<style>
span { border-color: #9607AF; }
span { border-color: rgb(150,7,175); }
td.TdClassName
{
border-color: #9607AF;
}
.TagClassName
{
border-color: #9607AF;
}
</style>