Shades of Cold Purple #997FBF
Tints of Cold Purple #997FBF
RGB
CMYK
RGB Variations
Color information
#997FBF (or 0x997FBF) is known color: Cold Purple. HEX triplet: 99, 7F and BF. RGB value is (153,127,191). Sum of RGB (Red+Green+Blue) = 153+127+191=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #997FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997FBF is #668040. Grayscale: #8D8D8D. Windows color (decimal): -6717505 or 12550041. OLE color: 12550041.
HSL color Cylindrical-coordinate representation of color #997FBF: hue angle of 264.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997FBF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 127 | 191 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.25 |
| HSL | 264.38º | 0.33% | 0.62% | - |
| HSV(B) | 264.38º | 0.34% | 0.75% | - |
| XYZ | 30.13 | 25.71 | 52.67 | - |
| YUV | 142.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 127 | 191 | 0.20 | 0.34 | 0 | 0.25 | 264.38 | 0.33 | 0.62 |
| Hex | 99 | 7F | BF | 14 | 22 | 0 | 19 | 108 | 21 | 3E |
| Octal | 231 | 177 | 277 | 24 | 42 | 0 | 31 | 410 | 41 | 76 |
| Binary | 10011001 | 1111111 | 10111111 | 10100 | 100010 | 0 | 11001 | 100001000 | 100001 | 111110 |
Color Harmonies of #997FBF
Complementary color
Monochromatic Colors of #997FBF
Black with #997FBF
Text Example
Text Example
White with #997FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997FBF; }
p { color: rgb(153,127,191); }
H1.HeaderClassName
{
color: #997FBF;
}
.AnyTagClassName
{
color: #997FBF;
}
</style>
background-color css
<style>
a { background-color: #997FBF; }
a { background-color: rgb(153,127,191); }
div.DivClassName
{
background-color: #997FBF;
}
.BgClassName
{
background-color: #997FBF;
}
</style>
border-color css
<style>
span { border-color: #997FBF; }
span { border-color: rgb(153,127,191); }
td.TdClassName
{
border-color: #997FBF;
}
.TagClassName
{
border-color: #997FBF;
}
</style>