Shades of Cold Purple #947FBC
Tints of Cold Purple #947FBC
RGB
CMYK
RGB Variations
Color information
#947FBC (or 0x947FBC) is known color: Cold Purple. HEX triplet: 94, 7F and BC. RGB value is (148,127,188). Sum of RGB (Red+Green+Blue) = 148+127+188=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #947FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FBC is #6B8043. Grayscale: #8C8C8C. Windows color (decimal): -7045188 or 12353428. OLE color: 12353428.
HSL color Cylindrical-coordinate representation of color #947FBC: hue angle of 260.66º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #947FBC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 127 | 188 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.26 |
| HSL | 260.66º | 0.31% | 0.62% | - |
| HSV(B) | 260.66º | 0.32% | 0.74% | - |
| XYZ | 28.88 | 25.11 | 50.9 | - |
| YUV | 140.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 188 | 0.21 | 0.32 | 0 | 0.26 | 260.66 | 0.31 | 0.62 |
| Hex | 94 | 7F | BC | 15 | 20 | 0 | 1A | 105 | 1F | 3E |
| Octal | 224 | 177 | 274 | 25 | 40 | 0 | 32 | 405 | 37 | 76 |
| Binary | 10010100 | 1111111 | 10111100 | 10101 | 100000 | 0 | 11010 | 100000101 | 11111 | 111110 |
Color Harmonies of #947FBC
Complementary color
Monochromatic Colors of #947FBC
Black with #947FBC
Text Example
Text Example
White with #947FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FBC; }
p { color: rgb(148,127,188); }
H1.HeaderClassName
{
color: #947FBC;
}
.AnyTagClassName
{
color: #947FBC;
}
</style>
background-color css
<style>
a { background-color: #947FBC; }
a { background-color: rgb(148,127,188); }
div.DivClassName
{
background-color: #947FBC;
}
.BgClassName
{
background-color: #947FBC;
}
</style>
border-color css
<style>
span { border-color: #947FBC; }
span { border-color: rgb(148,127,188); }
td.TdClassName
{
border-color: #947FBC;
}
.TagClassName
{
border-color: #947FBC;
}
</style>