Shades of Cold Purple #9A85CF
Tints of Cold Purple #9A85CF
RGB
CMYK
RGB Variations
Color information
#9A85CF (or 0x9A85CF) is known color: Cold Purple. HEX triplet: 9A, 85 and CF. RGB value is (154,133,207). Sum of RGB (Red+Green+Blue) = 154+133+207=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A85CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85CF is #657A30. Grayscale: #939393. Windows color (decimal): -6650417 or 13600154. OLE color: 13600154.
HSL color Cylindrical-coordinate representation of color #9A85CF: hue angle of 257.03º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A85CF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 133 | 207 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.19 |
| HSL | 257.03º | 0.44% | 0.67% | - |
| HSV(B) | 257.03º | 0.36% | 0.81% | - |
| XYZ | 32.98 | 28.15 | 62.73 | - |
| YUV | 147.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 207 | 0.26 | 0.36 | 0 | 0.19 | 257.03 | 0.44 | 0.67 |
| Hex | 9A | 85 | CF | 1A | 24 | 0 | 13 | 101 | 2C | 43 |
| Octal | 232 | 205 | 317 | 32 | 44 | 0 | 23 | 401 | 54 | 103 |
| Binary | 10011010 | 10000101 | 11001111 | 11010 | 100100 | 0 | 10011 | 100000001 | 101100 | 1000011 |
Color Harmonies of #9A85CF
Complementary color
Monochromatic Colors of #9A85CF
Black with #9A85CF
Text Example
Text Example
White with #9A85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A85CF; }
p { color: rgb(154,133,207); }
H1.HeaderClassName
{
color: #9A85CF;
}
.AnyTagClassName
{
color: #9A85CF;
}
</style>
background-color css
<style>
a { background-color: #9A85CF; }
a { background-color: rgb(154,133,207); }
div.DivClassName
{
background-color: #9A85CF;
}
.BgClassName
{
background-color: #9A85CF;
}
</style>
border-color css
<style>
span { border-color: #9A85CF; }
span { border-color: rgb(154,133,207); }
td.TdClassName
{
border-color: #9A85CF;
}
.TagClassName
{
border-color: #9A85CF;
}
</style>