Shades of Cold Purple #9F96AF
Tints of Cold Purple #9F96AF
RGB
CMYK
RGB Variations
Color information
#9F96AF (or 0x9F96AF) is known color: Cold Purple. HEX triplet: 9F, 96 and AF. RGB value is (159,150,175). Sum of RGB (Red+Green+Blue) = 159+150+175=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F96AF is #606950. Grayscale: #9B9B9B. Windows color (decimal): -6318417 or 11507359. OLE color: 11507359.
HSL color Cylindrical-coordinate representation of color #9F96AF: hue angle of 261.6º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F96AF is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
RGB | 159 | 150 | 175 | - |
CMYK | 0.09 | 0.14 | 0 | 0.31 |
HSL | 261.6º | 0.14% | 0.64% | - |
HSV(B) | 261.6º | 0.14% | 0.69% | - |
XYZ | 32.94 | 32.28 | 45.05 | - |
YUV | 155.54 | 138.98 | 130.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 150 | 175 | 0.09 | 0.14 | 0 | 0.31 | 261.6 | 0.14 | 0.64 |
Hex | 9F | 96 | AF | 9 | E | 0 | 1F | 106 | E | 40 |
Octal | 237 | 226 | 257 | 11 | 16 | 0 | 37 | 406 | 16 | 100 |
Binary | 10011111 | 10010110 | 10101111 | 1001 | 1110 | 0 | 11111 | 100000110 | 1110 | 1000000 |
Color Harmonies of #9F96AF
Complementary color
Monochromatic Colors of #9F96AF
Black with #9F96AF
Text Example
Text Example
White with #9F96AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F96AF; }
p { color: rgb(159,150,175); }
H1.HeaderClassName
{
color: #9F96AF;
}
.AnyTagClassName
{
color: #9F96AF;
}
</style>
background-color css
<style>
a { background-color: #9F96AF; }
a { background-color: rgb(159,150,175); }
div.DivClassName
{
background-color: #9F96AF;
}
.BgClassName
{
background-color: #9F96AF;
}
</style>
border-color css
<style>
span { border-color: #9F96AF; }
span { border-color: rgb(159,150,175); }
td.TdClassName
{
border-color: #9F96AF;
}
.TagClassName
{
border-color: #9F96AF;
}
</style>