Shades of Cold Purple #9488BC
Tints of Cold Purple #9488BC
RGB
CMYK
RGB Variations
Color information
#9488BC (or 0x9488BC) is known color: Cold Purple. HEX triplet: 94, 88 and BC. RGB value is (148,136,188). Sum of RGB (Red+Green+Blue) = 148+136+188=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9488BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488BC is #6B7743. Grayscale: #919191. Windows color (decimal): -7042884 or 12355732. OLE color: 12355732.
HSL color Cylindrical-coordinate representation of color #9488BC: hue angle of 253.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9488BC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 136 | 188 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.26 |
| HSL | 253.85º | 0.28% | 0.64% | - |
| HSV(B) | 253.85º | 0.28% | 0.74% | - |
| XYZ | 30.09 | 27.54 | 51.31 | - |
| YUV | 145.52 | 151.98 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 188 | 0.21 | 0.28 | 0 | 0.26 | 253.85 | 0.28 | 0.64 |
| Hex | 94 | 88 | BC | 15 | 1C | 0 | 1A | FE | 1C | 40 |
| Octal | 224 | 210 | 274 | 25 | 34 | 0 | 32 | 376 | 34 | 100 |
| Binary | 10010100 | 10001000 | 10111100 | 10101 | 11100 | 0 | 11010 | 11111110 | 11100 | 1000000 |
Color Harmonies of #9488BC
Complementary color
Monochromatic Colors of #9488BC
Black with #9488BC
Text Example
Text Example
White with #9488BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9488BC; }
p { color: rgb(148,136,188); }
H1.HeaderClassName
{
color: #9488BC;
}
.AnyTagClassName
{
color: #9488BC;
}
</style>
background-color css
<style>
a { background-color: #9488BC; }
a { background-color: rgb(148,136,188); }
div.DivClassName
{
background-color: #9488BC;
}
.BgClassName
{
background-color: #9488BC;
}
</style>
border-color css
<style>
span { border-color: #9488BC; }
span { border-color: rgb(148,136,188); }
td.TdClassName
{
border-color: #9488BC;
}
.TagClassName
{
border-color: #9488BC;
}
</style>