Shades of Cold Purple #9586C2
Tints of Cold Purple #9586C2
RGB
CMYK
RGB Variations
Color information
#9586C2 (or 0x9586C2) is known color: Cold Purple. HEX triplet: 95, 86 and C2. RGB value is (149,134,194). Sum of RGB (Red+Green+Blue) = 149+134+194=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 194 - color contains mainly: blue. Hex color #9586C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586C2 is #6A793D. Grayscale: #919191. Windows color (decimal): -6977854 or 12748437. OLE color: 12748437.
HSL color Cylindrical-coordinate representation of color #9586C2: hue angle of 255º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9586C2 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 134 | 194 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.24 |
| HSL | 255º | 0.33% | 0.64% | - |
| HSV(B) | 255º | 0.31% | 0.76% | - |
| XYZ | 30.66 | 27.33 | 54.7 | - |
| YUV | 145.33 | 155.47 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 194 | 0.23 | 0.31 | 0 | 0.24 | 255 | 0.33 | 0.64 |
| Hex | 95 | 86 | C2 | 17 | 1F | 0 | 18 | FF | 21 | 40 |
| Octal | 225 | 206 | 302 | 27 | 37 | 0 | 30 | 377 | 41 | 100 |
| Binary | 10010101 | 10000110 | 11000010 | 10111 | 11111 | 0 | 11000 | 11111111 | 100001 | 1000000 |
Color Harmonies of #9586C2
Complementary color
Monochromatic Colors of #9586C2
Black with #9586C2
Text Example
Text Example
White with #9586C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9586C2; }
p { color: rgb(149,134,194); }
H1.HeaderClassName
{
color: #9586C2;
}
.AnyTagClassName
{
color: #9586C2;
}
</style>
background-color css
<style>
a { background-color: #9586C2; }
a { background-color: rgb(149,134,194); }
div.DivClassName
{
background-color: #9586C2;
}
.BgClassName
{
background-color: #9586C2;
}
</style>
border-color css
<style>
span { border-color: #9586C2; }
span { border-color: rgb(149,134,194); }
td.TdClassName
{
border-color: #9586C2;
}
.TagClassName
{
border-color: #9586C2;
}
</style>