Shades of Cold Purple #9580BD
Tints of Cold Purple #9580BD
RGB
CMYK
RGB Variations
Color information
#9580BD (or 0x9580BD) is known color: Cold Purple. HEX triplet: 95, 80 and BD. RGB value is (149,128,189). Sum of RGB (Red+Green+Blue) = 149+128+189=466 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.97% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #9580BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580BD is #6A7F42. Grayscale: #8D8D8D. Windows color (decimal): -6979395 or 12419221. OLE color: 12419221.
HSL color Cylindrical-coordinate representation of color #9580BD: hue angle of 260.66º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9580BD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 128 | 189 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.26 |
| HSL | 260.66º | 0.32% | 0.62% | - |
| HSV(B) | 260.66º | 0.32% | 0.74% | - |
| XYZ | 29.3 | 25.5 | 51.52 | - |
| YUV | 141.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 189 | 0.21 | 0.32 | 0 | 0.26 | 260.66 | 0.32 | 0.62 |
| Hex | 95 | 80 | BD | 15 | 20 | 0 | 1A | 105 | 20 | 3E |
| Octal | 225 | 200 | 275 | 25 | 40 | 0 | 32 | 405 | 40 | 76 |
| Binary | 10010101 | 10000000 | 10111101 | 10101 | 100000 | 0 | 11010 | 100000101 | 100000 | 111110 |
Color Harmonies of #9580BD
Complementary color
Monochromatic Colors of #9580BD
Black with #9580BD
Text Example
Text Example
White with #9580BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9580BD; }
p { color: rgb(149,128,189); }
H1.HeaderClassName
{
color: #9580BD;
}
.AnyTagClassName
{
color: #9580BD;
}
</style>
background-color css
<style>
a { background-color: #9580BD; }
a { background-color: rgb(149,128,189); }
div.DivClassName
{
background-color: #9580BD;
}
.BgClassName
{
background-color: #9580BD;
}
</style>
border-color css
<style>
span { border-color: #9580BD; }
span { border-color: rgb(149,128,189); }
td.TdClassName
{
border-color: #9580BD;
}
.TagClassName
{
border-color: #9580BD;
}
</style>