Shades of Cold Purple #9F7FCB
Tints of Cold Purple #9F7FCB
RGB
CMYK
RGB Variations
Color information
#9F7FCB (or 0x9F7FCB) is known color: Cold Purple. HEX triplet: 9F, 7F and CB. RGB value is (159,127,203). Sum of RGB (Red+Green+Blue) = 159+127+203=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F7FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7FCB is #608034. Grayscale: #909090. Windows color (decimal): -6324277 or 13336479. OLE color: 13336479.
HSL color Cylindrical-coordinate representation of color #9F7FCB: hue angle of 265.26º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F7FCB is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 127 | 203 | - |
| CMYK | 0.22 | 0.37 | 0 | 0.20 |
| HSL | 265.26º | 0.42% | 0.65% | - |
| HSV(B) | 265.26º | 0.37% | 0.8% | - |
| XYZ | 32.67 | 26.86 | 59.96 | - |
| YUV | 145.23 | 160.6 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 127 | 203 | 0.22 | 0.37 | 0 | 0.20 | 265.26 | 0.42 | 0.65 |
| Hex | 9F | 7F | CB | 16 | 25 | 0 | 14 | 109 | 2A | 41 |
| Octal | 237 | 177 | 313 | 26 | 45 | 0 | 24 | 411 | 52 | 101 |
| Binary | 10011111 | 1111111 | 11001011 | 10110 | 100101 | 0 | 10100 | 100001001 | 101010 | 1000001 |
Color Harmonies of #9F7FCB
Complementary color
Monochromatic Colors of #9F7FCB
Black with #9F7FCB
Text Example
Text Example
White with #9F7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7FCB; }
p { color: rgb(159,127,203); }
H1.HeaderClassName
{
color: #9F7FCB;
}
.AnyTagClassName
{
color: #9F7FCB;
}
</style>
background-color css
<style>
a { background-color: #9F7FCB; }
a { background-color: rgb(159,127,203); }
div.DivClassName
{
background-color: #9F7FCB;
}
.BgClassName
{
background-color: #9F7FCB;
}
</style>
border-color css
<style>
span { border-color: #9F7FCB; }
span { border-color: rgb(159,127,203); }
td.TdClassName
{
border-color: #9F7FCB;
}
.TagClassName
{
border-color: #9F7FCB;
}
</style>