Shades of Cold Purple #997FCB
Tints of Cold Purple #997FCB
RGB
CMYK
RGB Variations
Color information
#997FCB (or 0x997FCB) is known color: Cold Purple. HEX triplet: 99, 7F and CB. RGB value is (153,127,203). Sum of RGB (Red+Green+Blue) = 153+127+203=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 127 (50% from 255 or 26.29% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #997FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FCB is #668034. Grayscale: #8F8F8F. Windows color (decimal): -6717493 or 13336473. OLE color: 13336473.
HSL color Cylindrical-coordinate representation of color #997FCB: hue angle of 260.53º 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 #997FCB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 127 | 203 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.20 |
| HSL | 260.53º | 0.42% | 0.65% | - |
| HSV(B) | 260.53º | 0.37% | 0.8% | - |
| XYZ | 31.51 | 26.26 | 59.91 | - |
| YUV | 143.44 | 161.61 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 203 | 0.25 | 0.37 | 0 | 0.20 | 260.53 | 0.42 | 0.65 |
| Hex | 99 | 7F | CB | 19 | 25 | 0 | 14 | 105 | 2A | 41 |
| Octal | 231 | 177 | 313 | 31 | 45 | 0 | 24 | 405 | 52 | 101 |
| Binary | 10011001 | 1111111 | 11001011 | 11001 | 100101 | 0 | 10100 | 100000101 | 101010 | 1000001 |
Color Harmonies of #997FCB
Complementary color
Monochromatic Colors of #997FCB
Black with #997FCB
Text Example
Text Example
White with #997FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FCB; }
p { color: rgb(153,127,203); }
H1.HeaderClassName
{
color: #997FCB;
}
.AnyTagClassName
{
color: #997FCB;
}
</style>
background-color css
<style>
a { background-color: #997FCB; }
a { background-color: rgb(153,127,203); }
div.DivClassName
{
background-color: #997FCB;
}
.BgClassName
{
background-color: #997FCB;
}
</style>
border-color css
<style>
span { border-color: #997FCB; }
span { border-color: rgb(153,127,203); }
td.TdClassName
{
border-color: #997FCB;
}
.TagClassName
{
border-color: #997FCB;
}
</style>