Shades of Cold Purple #9485C6
Tints of Cold Purple #9485C6
RGB
CMYK
RGB Variations
Color information
#9485C6 (or 0x9485C6) is known color: Cold Purple. HEX triplet: 94, 85 and C6. RGB value is (148,133,198). Sum of RGB (Red+Green+Blue) = 148+133+198=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 198 - color contains mainly: blue. Hex color #9485C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9485C6 is #6B7A39. Grayscale: #909090. Windows color (decimal): -7043642 or 13010324. OLE color: 13010324.
HSL color Cylindrical-coordinate representation of color #9485C6: hue angle of 253.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9485C6 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 133 | 198 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.22 |
| HSL | 253.85º | 0.36% | 0.65% | - |
| HSV(B) | 253.85º | 0.33% | 0.78% | - |
| XYZ | 30.79 | 27.15 | 57.04 | - |
| YUV | 144.9 | 157.97 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 133 | 198 | 0.25 | 0.33 | 0 | 0.22 | 253.85 | 0.36 | 0.65 |
| Hex | 94 | 85 | C6 | 19 | 21 | 0 | 16 | FE | 24 | 41 |
| Octal | 224 | 205 | 306 | 31 | 41 | 0 | 26 | 376 | 44 | 101 |
| Binary | 10010100 | 10000101 | 11000110 | 11001 | 100001 | 0 | 10110 | 11111110 | 100100 | 1000001 |
Color Harmonies of #9485C6
Complementary color
Monochromatic Colors of #9485C6
Black with #9485C6
Text Example
Text Example
White with #9485C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9485C6; }
p { color: rgb(148,133,198); }
H1.HeaderClassName
{
color: #9485C6;
}
.AnyTagClassName
{
color: #9485C6;
}
</style>
background-color css
<style>
a { background-color: #9485C6; }
a { background-color: rgb(148,133,198); }
div.DivClassName
{
background-color: #9485C6;
}
.BgClassName
{
background-color: #9485C6;
}
</style>
border-color css
<style>
span { border-color: #9485C6; }
span { border-color: rgb(148,133,198); }
td.TdClassName
{
border-color: #9485C6;
}
.TagClassName
{
border-color: #9485C6;
}
</style>