Shades of Cold Purple #9F95BB
Tints of Cold Purple #9F95BB
RGB
CMYK
RGB Variations
Color information
#9F95BB (or 0x9F95BB) is known color: Cold Purple. HEX triplet: 9F, 95 and BB. RGB value is (159,149,187). Sum of RGB (Red+Green+Blue) = 159+149+187=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F95BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F95BB is #606A44. Grayscale: #9C9C9C. Windows color (decimal): -6318661 or 12293535. OLE color: 12293535.
HSL color Cylindrical-coordinate representation of color #9F95BB: hue angle of 255.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F95BB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 149 | 187 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.27 |
| HSL | 255.79º | 0.22% | 0.66% | - |
| HSV(B) | 255.79º | 0.2% | 0.73% | - |
| XYZ | 34.02 | 32.45 | 51.49 | - |
| YUV | 156.32 | 145.31 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 187 | 0.15 | 0.20 | 0 | 0.27 | 255.79 | 0.22 | 0.66 |
| Hex | 9F | 95 | BB | F | 14 | 0 | 1B | 100 | 16 | 42 |
| Octal | 237 | 225 | 273 | 17 | 24 | 0 | 33 | 400 | 26 | 102 |
| Binary | 10011111 | 10010101 | 10111011 | 1111 | 10100 | 0 | 11011 | 100000000 | 10110 | 1000010 |
Color Harmonies of #9F95BB
Complementary color
Monochromatic Colors of #9F95BB
Black with #9F95BB
Text Example
Text Example
White with #9F95BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F95BB; }
p { color: rgb(159,149,187); }
H1.HeaderClassName
{
color: #9F95BB;
}
.AnyTagClassName
{
color: #9F95BB;
}
</style>
background-color css
<style>
a { background-color: #9F95BB; }
a { background-color: rgb(159,149,187); }
div.DivClassName
{
background-color: #9F95BB;
}
.BgClassName
{
background-color: #9F95BB;
}
</style>
border-color css
<style>
span { border-color: #9F95BB; }
span { border-color: rgb(159,149,187); }
td.TdClassName
{
border-color: #9F95BB;
}
.TagClassName
{
border-color: #9F95BB;
}
</style>