Shades of Cold Purple #9F97AC
Tints of Cold Purple #9F97AC
RGB
CMYK
RGB Variations
Color information
#9F97AC (or 0x9F97AC) is known color: Cold Purple. HEX triplet: 9F, 97 and AC. RGB value is (159,151,172). Sum of RGB (Red+Green+Blue) = 159+151+172=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F97AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F97AC is #606853. Grayscale: #9B9B9B. Windows color (decimal): -6318164 or 11311007. OLE color: 11311007.
HSL color Cylindrical-coordinate representation of color #9F97AC: hue angle of 262.86º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F97AC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 151 | 172 | - |
CMYK | 0.08 | 0.12 | 0 | 0.33 |
HSL | 262.86º | 0.11% | 0.63% | - |
HSV(B) | 262.86º | 0.12% | 0.67% | - |
XYZ | 32.81 | 32.48 | 43.57 | - |
YUV | 155.79 | 137.15 | 130.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 151 | 172 | 0.08 | 0.12 | 0 | 0.33 | 262.86 | 0.11 | 0.63 |
Hex | 9F | 97 | AC | 8 | C | 0 | 21 | 107 | B | 3F |
Octal | 237 | 227 | 254 | 10 | 14 | 0 | 41 | 407 | 13 | 77 |
Binary | 10011111 | 10010111 | 10101100 | 1000 | 1100 | 0 | 100001 | 100000111 | 1011 | 111111 |
Color Harmonies of #9F97AC
Complementary color
Monochromatic Colors of #9F97AC
Black with #9F97AC
Text Example
Text Example
White with #9F97AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F97AC; }
p { color: rgb(159,151,172); }
H1.HeaderClassName
{
color: #9F97AC;
}
.AnyTagClassName
{
color: #9F97AC;
}
</style>
background-color css
<style>
a { background-color: #9F97AC; }
a { background-color: rgb(159,151,172); }
div.DivClassName
{
background-color: #9F97AC;
}
.BgClassName
{
background-color: #9F97AC;
}
</style>
border-color css
<style>
span { border-color: #9F97AC; }
span { border-color: rgb(159,151,172); }
td.TdClassName
{
border-color: #9F97AC;
}
.TagClassName
{
border-color: #9F97AC;
}
</style>