Shades of Cold Purple #9488C7
Tints of Cold Purple #9488C7
RGB
CMYK
RGB Variations
Color information
#9488C7 (or 0x9488C7) is known color: Cold Purple. HEX triplet: 94, 88 and C7. RGB value is (148,136,199). Sum of RGB (Red+Green+Blue) = 148+136+199=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #9488C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488C7 is #6B7738. Grayscale: #929292. Windows color (decimal): -7042873 or 13076628. OLE color: 13076628.
HSL color Cylindrical-coordinate representation of color #9488C7: hue angle of 251.43º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9488C7 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 136 | 199 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.22 |
| HSL | 251.43º | 0.36% | 0.66% | - |
| HSV(B) | 251.43º | 0.32% | 0.78% | - |
| XYZ | 31.33 | 28.03 | 57.79 | - |
| YUV | 146.77 | 157.48 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 199 | 0.26 | 0.32 | 0 | 0.22 | 251.43 | 0.36 | 0.66 |
| Hex | 94 | 88 | C7 | 1A | 20 | 0 | 16 | FB | 24 | 42 |
| Octal | 224 | 210 | 307 | 32 | 40 | 0 | 26 | 373 | 44 | 102 |
| Binary | 10010100 | 10001000 | 11000111 | 11010 | 100000 | 0 | 10110 | 11111011 | 100100 | 1000010 |
Color Harmonies of #9488C7
Complementary color
Monochromatic Colors of #9488C7
Black with #9488C7
Text Example
Text Example
White with #9488C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9488C7; }
p { color: rgb(148,136,199); }
H1.HeaderClassName
{
color: #9488C7;
}
.AnyTagClassName
{
color: #9488C7;
}
</style>
background-color css
<style>
a { background-color: #9488C7; }
a { background-color: rgb(148,136,199); }
div.DivClassName
{
background-color: #9488C7;
}
.BgClassName
{
background-color: #9488C7;
}
</style>
border-color css
<style>
span { border-color: #9488C7; }
span { border-color: rgb(148,136,199); }
td.TdClassName
{
border-color: #9488C7;
}
.TagClassName
{
border-color: #9488C7;
}
</style>