Shades of Cold Purple #947FC0
Tints of Cold Purple #947FC0
RGB
CMYK
RGB Variations
Color information
#947FC0 (or 0x947FC0) is known color: Cold Purple. HEX triplet: 94, 7F and C0. RGB value is (148,127,192). Sum of RGB (Red+Green+Blue) = 148+127+192=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #947FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947FC0 is #6B803F. Grayscale: #8C8C8C. Windows color (decimal): -7045184 or 12615572. OLE color: 12615572.
HSL color Cylindrical-coordinate representation of color #947FC0: hue angle of 259.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947FC0 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 127 | 192 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.25 |
| HSL | 259.38º | 0.34% | 0.63% | - |
| HSV(B) | 259.38º | 0.34% | 0.75% | - |
| XYZ | 29.32 | 25.28 | 53.2 | - |
| YUV | 140.69 | 156.96 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 127 | 192 | 0.23 | 0.34 | 0 | 0.25 | 259.38 | 0.34 | 0.63 |
| Hex | 94 | 7F | C0 | 17 | 22 | 0 | 19 | 103 | 22 | 3F |
| Octal | 224 | 177 | 300 | 27 | 42 | 0 | 31 | 403 | 42 | 77 |
| Binary | 10010100 | 1111111 | 11000000 | 10111 | 100010 | 0 | 11001 | 100000011 | 100010 | 111111 |
Color Harmonies of #947FC0
Complementary color
Monochromatic Colors of #947FC0
Black with #947FC0
Text Example
Text Example
White with #947FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947FC0; }
p { color: rgb(148,127,192); }
H1.HeaderClassName
{
color: #947FC0;
}
.AnyTagClassName
{
color: #947FC0;
}
</style>
background-color css
<style>
a { background-color: #947FC0; }
a { background-color: rgb(148,127,192); }
div.DivClassName
{
background-color: #947FC0;
}
.BgClassName
{
background-color: #947FC0;
}
</style>
border-color css
<style>
span { border-color: #947FC0; }
span { border-color: rgb(148,127,192); }
td.TdClassName
{
border-color: #947FC0;
}
.TagClassName
{
border-color: #947FC0;
}
</style>