Shades of Cold Purple #9586CB
Tints of Cold Purple #9586CB
RGB
CMYK
RGB Variations
Color information
#9586CB (or 0x9586CB) is known color: Cold Purple. HEX triplet: 95, 86 and CB. RGB value is (149,134,203). Sum of RGB (Red+Green+Blue) = 149+134+203=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #9586CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586CB is #6A7934. Grayscale: #929292. Windows color (decimal): -6977845 or 13338261. OLE color: 13338261.
HSL color Cylindrical-coordinate representation of color #9586CB: hue angle of 253.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9586CB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 134 | 203 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.20 |
| HSL | 253.04º | 0.4% | 0.66% | - |
| HSV(B) | 253.04º | 0.34% | 0.8% | - |
| XYZ | 31.7 | 27.75 | 60.19 | - |
| YUV | 146.35 | 159.97 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 203 | 0.27 | 0.34 | 0 | 0.20 | 253.04 | 0.4 | 0.66 |
| Hex | 95 | 86 | CB | 1B | 22 | 0 | 14 | FD | 28 | 42 |
| Octal | 225 | 206 | 313 | 33 | 42 | 0 | 24 | 375 | 50 | 102 |
| Binary | 10010101 | 10000110 | 11001011 | 11011 | 100010 | 0 | 10100 | 11111101 | 101000 | 1000010 |
Color Harmonies of #9586CB
Complementary color
Monochromatic Colors of #9586CB
Black with #9586CB
Text Example
Text Example
White with #9586CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9586CB; }
p { color: rgb(149,134,203); }
H1.HeaderClassName
{
color: #9586CB;
}
.AnyTagClassName
{
color: #9586CB;
}
</style>
background-color css
<style>
a { background-color: #9586CB; }
a { background-color: rgb(149,134,203); }
div.DivClassName
{
background-color: #9586CB;
}
.BgClassName
{
background-color: #9586CB;
}
</style>
border-color css
<style>
span { border-color: #9586CB; }
span { border-color: rgb(149,134,203); }
td.TdClassName
{
border-color: #9586CB;
}
.TagClassName
{
border-color: #9586CB;
}
</style>