Shades of Cold Purple #9A85BD
Tints of Cold Purple #9A85BD
RGB
CMYK
RGB Variations
Color information
#9A85BD (or 0x9A85BD) is known color: Cold Purple. HEX triplet: 9A, 85 and BD. RGB value is (154,133,189). Sum of RGB (Red+Green+Blue) = 154+133+189=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A85BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85BD is #657A42. Grayscale: #919191. Windows color (decimal): -6650435 or 12420506. OLE color: 12420506.
HSL color Cylindrical-coordinate representation of color #9A85BD: hue angle of 262.5º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A85BD is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 133 | 189 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.26 |
| HSL | 262.5º | 0.3% | 0.63% | - |
| HSV(B) | 262.5º | 0.3% | 0.74% | - |
| XYZ | 30.9 | 27.32 | 51.79 | - |
| YUV | 145.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 189 | 0.19 | 0.30 | 0 | 0.26 | 262.5 | 0.3 | 0.63 |
| Hex | 9A | 85 | BD | 13 | 1E | 0 | 1A | 106 | 1E | 3F |
| Octal | 232 | 205 | 275 | 23 | 36 | 0 | 32 | 406 | 36 | 77 |
| Binary | 10011010 | 10000101 | 10111101 | 10011 | 11110 | 0 | 11010 | 100000110 | 11110 | 111111 |
Color Harmonies of #9A85BD
Complementary color
Monochromatic Colors of #9A85BD
Black with #9A85BD
Text Example
Text Example
White with #9A85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A85BD; }
p { color: rgb(154,133,189); }
H1.HeaderClassName
{
color: #9A85BD;
}
.AnyTagClassName
{
color: #9A85BD;
}
</style>
background-color css
<style>
a { background-color: #9A85BD; }
a { background-color: rgb(154,133,189); }
div.DivClassName
{
background-color: #9A85BD;
}
.BgClassName
{
background-color: #9A85BD;
}
</style>
border-color css
<style>
span { border-color: #9A85BD; }
span { border-color: rgb(154,133,189); }
td.TdClassName
{
border-color: #9A85BD;
}
.TagClassName
{
border-color: #9A85BD;
}
</style>