Shades of Cold Purple #9486AE
Tints of Cold Purple #9486AE
RGB
CMYK
RGB Variations
Color information
#9486AE (or 0x9486AE) is known color: Cold Purple. HEX triplet: 94, 86 and AE. RGB value is (148,134,174). Sum of RGB (Red+Green+Blue) = 148+134+174=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #9486AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9486AE is #6B7951. Grayscale: #8E8E8E. Windows color (decimal): -7043410 or 11437716. OLE color: 11437716.
HSL color Cylindrical-coordinate representation of color #9486AE: hue angle of 261º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9486AE is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 148 | 134 | 174 | - |
| CMYK | 0.15 | 0.23 | 0 | 0.32 |
| HSL | 261º | 0.2% | 0.6% | - |
| HSV(B) | 261º | 0.23% | 0.68% | - |
| XYZ | 28.38 | 26.4 | 43.64 | - |
| YUV | 142.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 174 | 0.15 | 0.23 | 0 | 0.32 | 261 | 0.2 | 0.6 |
| Hex | 94 | 86 | AE | F | 17 | 0 | 20 | 105 | 14 | 3C |
| Octal | 224 | 206 | 256 | 17 | 27 | 0 | 40 | 405 | 24 | 74 |
| Binary | 10010100 | 10000110 | 10101110 | 1111 | 10111 | 0 | 100000 | 100000101 | 10100 | 111100 |
Color Harmonies of #9486AE
Complementary color
Monochromatic Colors of #9486AE
Black with #9486AE
Text Example
Text Example
White with #9486AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486AE; }
p { color: rgb(148,134,174); }
H1.HeaderClassName
{
color: #9486AE;
}
.AnyTagClassName
{
color: #9486AE;
}
</style>
background-color css
<style>
a { background-color: #9486AE; }
a { background-color: rgb(148,134,174); }
div.DivClassName
{
background-color: #9486AE;
}
.BgClassName
{
background-color: #9486AE;
}
</style>
border-color css
<style>
span { border-color: #9486AE; }
span { border-color: rgb(148,134,174); }
td.TdClassName
{
border-color: #9486AE;
}
.TagClassName
{
border-color: #9486AE;
}
</style>