Shades of Cold Purple #947FBE
Tints of Cold Purple #947FBE
RGB
CMYK
RGB Variations
Color information
#947FBE (or 0x947FBE) is known color: Cold Purple. HEX triplet: 94, 7F and BE. RGB value is (148,127,190). Sum of RGB (Red+Green+Blue) = 148+127+190=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #947FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FBE is #6B8041. Grayscale: #8C8C8C. Windows color (decimal): -7045186 or 12484500. OLE color: 12484500.
HSL color Cylindrical-coordinate representation of color #947FBE: hue angle of 260º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #947FBE is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 127 | 190 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.25 |
| HSL | 260º | 0.33% | 0.62% | - |
| HSV(B) | 260º | 0.33% | 0.75% | - |
| XYZ | 29.1 | 25.19 | 52.04 | - |
| YUV | 140.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 190 | 0.22 | 0.33 | 0 | 0.25 | 260 | 0.33 | 0.62 |
| Hex | 94 | 7F | BE | 16 | 21 | 0 | 19 | 104 | 21 | 3E |
| Octal | 224 | 177 | 276 | 26 | 41 | 0 | 31 | 404 | 41 | 76 |
| Binary | 10010100 | 1111111 | 10111110 | 10110 | 100001 | 0 | 11001 | 100000100 | 100001 | 111110 |
Color Harmonies of #947FBE
Complementary color
Monochromatic Colors of #947FBE
Black with #947FBE
Text Example
Text Example
White with #947FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FBE; }
p { color: rgb(148,127,190); }
H1.HeaderClassName
{
color: #947FBE;
}
.AnyTagClassName
{
color: #947FBE;
}
</style>
background-color css
<style>
a { background-color: #947FBE; }
a { background-color: rgb(148,127,190); }
div.DivClassName
{
background-color: #947FBE;
}
.BgClassName
{
background-color: #947FBE;
}
</style>
border-color css
<style>
span { border-color: #947FBE; }
span { border-color: rgb(148,127,190); }
td.TdClassName
{
border-color: #947FBE;
}
.TagClassName
{
border-color: #947FBE;
}
</style>