Shades of Cold Purple #9F91CB
Tints of Cold Purple #9F91CB
RGB
CMYK
RGB Variations
Color information
#9F91CB (or 0x9F91CB) is known color: Cold Purple. HEX triplet: 9F, 91 and CB. RGB value is (159,145,203). Sum of RGB (Red+Green+Blue) = 159+145+203=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F91CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91CB is #606E34. Grayscale: #9B9B9B. Windows color (decimal): -6319669 or 13341087. OLE color: 13341087.
HSL color Cylindrical-coordinate representation of color #9F91CB: hue angle of 254.48º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F91CB is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 145 | 203 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.20 |
| HSL | 254.48º | 0.36% | 0.68% | - |
| HSV(B) | 254.48º | 0.29% | 0.8% | - |
| XYZ | 35.2 | 31.93 | 60.81 | - |
| YUV | 155.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 203 | 0.22 | 0.29 | 0 | 0.20 | 254.48 | 0.36 | 0.68 |
| Hex | 9F | 91 | CB | 16 | 1D | 0 | 14 | FE | 24 | 44 |
| Octal | 237 | 221 | 313 | 26 | 35 | 0 | 24 | 376 | 44 | 104 |
| Binary | 10011111 | 10010001 | 11001011 | 10110 | 11101 | 0 | 10100 | 11111110 | 100100 | 1000100 |
Color Harmonies of #9F91CB
Complementary color
Monochromatic Colors of #9F91CB
Black with #9F91CB
Text Example
Text Example
White with #9F91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F91CB; }
p { color: rgb(159,145,203); }
H1.HeaderClassName
{
color: #9F91CB;
}
.AnyTagClassName
{
color: #9F91CB;
}
</style>
background-color css
<style>
a { background-color: #9F91CB; }
a { background-color: rgb(159,145,203); }
div.DivClassName
{
background-color: #9F91CB;
}
.BgClassName
{
background-color: #9F91CB;
}
</style>
border-color css
<style>
span { border-color: #9F91CB; }
span { border-color: rgb(159,145,203); }
td.TdClassName
{
border-color: #9F91CB;
}
.TagClassName
{
border-color: #9F91CB;
}
</style>