Shades of Cold Purple #948CB7
Tints of Cold Purple #948CB7
RGB
CMYK
RGB Variations
Color information
#948CB7 (or 0x948CB7) is known color: Cold Purple. HEX triplet: 94, 8C and B7. RGB value is (148,140,183). Sum of RGB (Red+Green+Blue) = 148+140+183=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #948CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948CB7 is #6B7348. Grayscale: #939393. Windows color (decimal): -7041865 or 12029076. OLE color: 12029076.
HSL color Cylindrical-coordinate representation of color #948CB7: hue angle of 251.16º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #948CB7 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 140 | 183 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.28 |
| HSL | 251.16º | 0.23% | 0.63% | - |
| HSV(B) | 251.16º | 0.23% | 0.72% | - |
| XYZ | 30.14 | 28.47 | 48.71 | - |
| YUV | 147.29 | 148.15 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 183 | 0.19 | 0.23 | 0 | 0.28 | 251.16 | 0.23 | 0.63 |
| Hex | 94 | 8C | B7 | 13 | 17 | 0 | 1C | FB | 17 | 3F |
| Octal | 224 | 214 | 267 | 23 | 27 | 0 | 34 | 373 | 27 | 77 |
| Binary | 10010100 | 10001100 | 10110111 | 10011 | 10111 | 0 | 11100 | 11111011 | 10111 | 111111 |
Color Harmonies of #948CB7
Complementary color
Monochromatic Colors of #948CB7
Black with #948CB7
Text Example
Text Example
White with #948CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948CB7; }
p { color: rgb(148,140,183); }
H1.HeaderClassName
{
color: #948CB7;
}
.AnyTagClassName
{
color: #948CB7;
}
</style>
background-color css
<style>
a { background-color: #948CB7; }
a { background-color: rgb(148,140,183); }
div.DivClassName
{
background-color: #948CB7;
}
.BgClassName
{
background-color: #948CB7;
}
</style>
border-color css
<style>
span { border-color: #948CB7; }
span { border-color: rgb(148,140,183); }
td.TdClassName
{
border-color: #948CB7;
}
.TagClassName
{
border-color: #948CB7;
}
</style>