Shades of Cold Purple #9A87CE
Tints of Cold Purple #9A87CE
RGB
CMYK
RGB Variations
Color information
#9A87CE (or 0x9A87CE) is known color: Cold Purple. HEX triplet: 9A, 87 and CE. RGB value is (154,135,206). Sum of RGB (Red+Green+Blue) = 154+135+206=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A87CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A87CE is #657831. Grayscale: #949494. Windows color (decimal): -6649906 or 13535130. OLE color: 13535130.
HSL color Cylindrical-coordinate representation of color #9A87CE: hue angle of 256.06º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A87CE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 135 | 206 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.19 |
| HSL | 256.06º | 0.42% | 0.67% | - |
| HSV(B) | 256.06º | 0.34% | 0.81% | - |
| XYZ | 33.13 | 28.65 | 62.18 | - |
| YUV | 148.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 135 | 206 | 0.25 | 0.34 | 0 | 0.19 | 256.06 | 0.42 | 0.67 |
| Hex | 9A | 87 | CE | 19 | 22 | 0 | 13 | 100 | 2A | 43 |
| Octal | 232 | 207 | 316 | 31 | 42 | 0 | 23 | 400 | 52 | 103 |
| Binary | 10011010 | 10000111 | 11001110 | 11001 | 100010 | 0 | 10011 | 100000000 | 101010 | 1000011 |
Color Harmonies of #9A87CE
Complementary color
Monochromatic Colors of #9A87CE
Black with #9A87CE
Text Example
Text Example
White with #9A87CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A87CE; }
p { color: rgb(154,135,206); }
H1.HeaderClassName
{
color: #9A87CE;
}
.AnyTagClassName
{
color: #9A87CE;
}
</style>
background-color css
<style>
a { background-color: #9A87CE; }
a { background-color: rgb(154,135,206); }
div.DivClassName
{
background-color: #9A87CE;
}
.BgClassName
{
background-color: #9A87CE;
}
</style>
border-color css
<style>
span { border-color: #9A87CE; }
span { border-color: rgb(154,135,206); }
td.TdClassName
{
border-color: #9A87CE;
}
.TagClassName
{
border-color: #9A87CE;
}
</style>