Shades of Cold Purple #9486CE
Tints of Cold Purple #9486CE
RGB
CMYK
RGB Variations
Color information
#9486CE (or 0x9486CE) is known color: Cold Purple. HEX triplet: 94, 86 and CE. RGB value is (148,134,206). Sum of RGB (Red+Green+Blue) = 148+134+206=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #9486CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486CE is #6B7931. Grayscale: #929292. Windows color (decimal): -7043378 or 13534868. OLE color: 13534868.
HSL color Cylindrical-coordinate representation of color #9486CE: hue angle of 251.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9486CE is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 134 | 206 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.19 |
| HSL | 251.67º | 0.42% | 0.67% | - |
| HSV(B) | 251.67º | 0.35% | 0.81% | - |
| XYZ | 31.88 | 27.8 | 62.08 | - |
| YUV | 146.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 206 | 0.28 | 0.35 | 0 | 0.19 | 251.67 | 0.42 | 0.67 |
| Hex | 94 | 86 | CE | 1C | 23 | 0 | 13 | FC | 2A | 43 |
| Octal | 224 | 206 | 316 | 34 | 43 | 0 | 23 | 374 | 52 | 103 |
| Binary | 10010100 | 10000110 | 11001110 | 11100 | 100011 | 0 | 10011 | 11111100 | 101010 | 1000011 |
Color Harmonies of #9486CE
Complementary color
Monochromatic Colors of #9486CE
Black with #9486CE
Text Example
Text Example
White with #9486CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486CE; }
p { color: rgb(148,134,206); }
H1.HeaderClassName
{
color: #9486CE;
}
.AnyTagClassName
{
color: #9486CE;
}
</style>
background-color css
<style>
a { background-color: #9486CE; }
a { background-color: rgb(148,134,206); }
div.DivClassName
{
background-color: #9486CE;
}
.BgClassName
{
background-color: #9486CE;
}
</style>
border-color css
<style>
span { border-color: #9486CE; }
span { border-color: rgb(148,134,206); }
td.TdClassName
{
border-color: #9486CE;
}
.TagClassName
{
border-color: #9486CE;
}
</style>