Shades of Cold Purple #9F94BD
Tints of Cold Purple #9F94BD
RGB
CMYK
RGB Variations
Color information
#9F94BD (or 0x9F94BD) is known color: Cold Purple. HEX triplet: 9F, 94 and BD. RGB value is (159,148,189). Sum of RGB (Red+Green+Blue) = 159+148+189=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F94BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94BD is #606B42. Grayscale: #9B9B9B. Windows color (decimal): -6318915 or 12424351. OLE color: 12424351.
HSL color Cylindrical-coordinate representation of color #9F94BD: hue angle of 256.1º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F94BD is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 148 | 189 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.26 |
| HSL | 256.1º | 0.24% | 0.66% | - |
| HSV(B) | 256.1º | 0.22% | 0.74% | - |
| XYZ | 34.07 | 32.22 | 52.57 | - |
| YUV | 155.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 189 | 0.16 | 0.22 | 0 | 0.26 | 256.1 | 0.24 | 0.66 |
| Hex | 9F | 94 | BD | 10 | 16 | 0 | 1A | 100 | 18 | 42 |
| Octal | 237 | 224 | 275 | 20 | 26 | 0 | 32 | 400 | 30 | 102 |
| Binary | 10011111 | 10010100 | 10111101 | 10000 | 10110 | 0 | 11010 | 100000000 | 11000 | 1000010 |
Color Harmonies of #9F94BD
Complementary color
Monochromatic Colors of #9F94BD
Black with #9F94BD
Text Example
Text Example
White with #9F94BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F94BD; }
p { color: rgb(159,148,189); }
H1.HeaderClassName
{
color: #9F94BD;
}
.AnyTagClassName
{
color: #9F94BD;
}
</style>
background-color css
<style>
a { background-color: #9F94BD; }
a { background-color: rgb(159,148,189); }
div.DivClassName
{
background-color: #9F94BD;
}
.BgClassName
{
background-color: #9F94BD;
}
</style>
border-color css
<style>
span { border-color: #9F94BD; }
span { border-color: rgb(159,148,189); }
td.TdClassName
{
border-color: #9F94BD;
}
.TagClassName
{
border-color: #9F94BD;
}
</style>