Shades of Cold Purple #9489C2
Tints of Cold Purple #9489C2
RGB
CMYK
RGB Variations
Color information
#9489C2 (or 0x9489C2) is known color: Cold Purple. HEX triplet: 94, 89 and C2. RGB value is (148,137,194). Sum of RGB (Red+Green+Blue) = 148+137+194=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #9489C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9489C2 is #6B763D. Grayscale: #929292. Windows color (decimal): -7042622 or 12749204. OLE color: 12749204.
HSL color Cylindrical-coordinate representation of color #9489C2: hue angle of 251.58º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9489C2 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 137 | 194 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.24 |
| HSL | 251.58º | 0.32% | 0.65% | - |
| HSV(B) | 251.58º | 0.29% | 0.76% | - |
| XYZ | 30.9 | 28.08 | 54.83 | - |
| YUV | 146.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 137 | 194 | 0.24 | 0.29 | 0 | 0.24 | 251.58 | 0.32 | 0.65 |
| Hex | 94 | 89 | C2 | 18 | 1D | 0 | 18 | FC | 20 | 41 |
| Octal | 224 | 211 | 302 | 30 | 35 | 0 | 30 | 374 | 40 | 101 |
| Binary | 10010100 | 10001001 | 11000010 | 11000 | 11101 | 0 | 11000 | 11111100 | 100000 | 1000001 |
Color Harmonies of #9489C2
Complementary color
Monochromatic Colors of #9489C2
Black with #9489C2
Text Example
Text Example
White with #9489C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9489C2; }
p { color: rgb(148,137,194); }
H1.HeaderClassName
{
color: #9489C2;
}
.AnyTagClassName
{
color: #9489C2;
}
</style>
background-color css
<style>
a { background-color: #9489C2; }
a { background-color: rgb(148,137,194); }
div.DivClassName
{
background-color: #9489C2;
}
.BgClassName
{
background-color: #9489C2;
}
</style>
border-color css
<style>
span { border-color: #9489C2; }
span { border-color: rgb(148,137,194); }
td.TdClassName
{
border-color: #9489C2;
}
.TagClassName
{
border-color: #9489C2;
}
</style>