Shades of Cold Purple #9488CC
Tints of Cold Purple #9488CC
RGB
CMYK
RGB Variations
Color information
#9488CC (or 0x9488CC) is known color: Cold Purple. HEX triplet: 94, 88 and CC. RGB value is (148,136,204). Sum of RGB (Red+Green+Blue) = 148+136+204=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #9488CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9488CC is #6B7733. Grayscale: #939393. Windows color (decimal): -7042868 or 13404308. OLE color: 13404308.
HSL color Cylindrical-coordinate representation of color #9488CC: hue angle of 250.59º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9488CC is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 136 | 204 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.2 |
| HSL | 250.59º | 0.4% | 0.67% | - |
| HSV(B) | 250.59º | 0.33% | 0.8% | - |
| XYZ | 31.92 | 28.26 | 60.9 | - |
| YUV | 147.34 | 159.98 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 204 | 0.27 | 0.33 | 0 | 0.2 | 250.59 | 0.4 | 0.67 |
| Hex | 94 | 88 | CC | 1B | 21 | 0 | 14 | FB | 28 | 43 |
| Octal | 224 | 210 | 314 | 33 | 41 | 0 | 24 | 373 | 50 | 103 |
| Binary | 10010100 | 10001000 | 11001100 | 11011 | 100001 | 0 | 10100 | 11111011 | 101000 | 1000011 |
Color Harmonies of #9488CC
Complementary color
Monochromatic Colors of #9488CC
Black with #9488CC
Text Example
Text Example
White with #9488CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9488CC; }
p { color: rgb(148,136,204); }
H1.HeaderClassName
{
color: #9488CC;
}
.AnyTagClassName
{
color: #9488CC;
}
</style>
background-color css
<style>
a { background-color: #9488CC; }
a { background-color: rgb(148,136,204); }
div.DivClassName
{
background-color: #9488CC;
}
.BgClassName
{
background-color: #9488CC;
}
</style>
border-color css
<style>
span { border-color: #9488CC; }
span { border-color: rgb(148,136,204); }
td.TdClassName
{
border-color: #9488CC;
}
.TagClassName
{
border-color: #9488CC;
}
</style>