Shades of Cold Purple #937FBD
Tints of Cold Purple #937FBD
RGB
CMYK
RGB Variations
Color information
#937FBD (or 0x937FBD) is known color: Cold Purple. HEX triplet: 93, 7F and BD. RGB value is (147,127,189). Sum of RGB (Red+Green+Blue) = 147+127+189=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #937FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937FBD is #6C8042. Grayscale: #8B8B8B. Windows color (decimal): -7110723 or 12418963. OLE color: 12418963.
HSL color Cylindrical-coordinate representation of color #937FBD: hue angle of 259.35º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #937FBD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 127 | 189 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.26 |
| HSL | 259.35º | 0.32% | 0.62% | - |
| HSV(B) | 259.35º | 0.33% | 0.74% | - |
| XYZ | 28.81 | 25.06 | 51.46 | - |
| YUV | 140.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 189 | 0.22 | 0.33 | 0 | 0.26 | 259.35 | 0.32 | 0.62 |
| Hex | 93 | 7F | BD | 16 | 21 | 0 | 1A | 103 | 20 | 3E |
| Octal | 223 | 177 | 275 | 26 | 41 | 0 | 32 | 403 | 40 | 76 |
| Binary | 10010011 | 1111111 | 10111101 | 10110 | 100001 | 0 | 11010 | 100000011 | 100000 | 111110 |
Color Harmonies of #937FBD
Complementary color
Monochromatic Colors of #937FBD
Black with #937FBD
Text Example
Text Example
White with #937FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937FBD; }
p { color: rgb(147,127,189); }
H1.HeaderClassName
{
color: #937FBD;
}
.AnyTagClassName
{
color: #937FBD;
}
</style>
background-color css
<style>
a { background-color: #937FBD; }
a { background-color: rgb(147,127,189); }
div.DivClassName
{
background-color: #937FBD;
}
.BgClassName
{
background-color: #937FBD;
}
</style>
border-color css
<style>
span { border-color: #937FBD; }
span { border-color: rgb(147,127,189); }
td.TdClassName
{
border-color: #937FBD;
}
.TagClassName
{
border-color: #937FBD;
}
</style>