Shades of Cold Purple #9581BF
Tints of Cold Purple #9581BF
RGB
CMYK
RGB Variations
Color information
#9581BF (or 0x9581BF) is known color: Cold Purple. HEX triplet: 95, 81 and BF. RGB value is (149,129,191). Sum of RGB (Red+Green+Blue) = 149+129+191=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #9581BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581BF is #6A7E40. Grayscale: #8D8D8D. Windows color (decimal): -6979137 or 12550549. OLE color: 12550549.
HSL color Cylindrical-coordinate representation of color #9581BF: hue angle of 259.35º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9581BF is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 129 | 191 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.25 |
| HSL | 259.35º | 0.33% | 0.63% | - |
| HSV(B) | 259.35º | 0.32% | 0.75% | - |
| XYZ | 29.65 | 25.85 | 52.72 | - |
| YUV | 142.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 191 | 0.22 | 0.32 | 0 | 0.25 | 259.35 | 0.33 | 0.63 |
| Hex | 95 | 81 | BF | 16 | 20 | 0 | 19 | 103 | 21 | 3F |
| Octal | 225 | 201 | 277 | 26 | 40 | 0 | 31 | 403 | 41 | 77 |
| Binary | 10010101 | 10000001 | 10111111 | 10110 | 100000 | 0 | 11001 | 100000011 | 100001 | 111111 |
Color Harmonies of #9581BF
Complementary color
Monochromatic Colors of #9581BF
Black with #9581BF
Text Example
Text Example
White with #9581BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9581BF; }
p { color: rgb(149,129,191); }
H1.HeaderClassName
{
color: #9581BF;
}
.AnyTagClassName
{
color: #9581BF;
}
</style>
background-color css
<style>
a { background-color: #9581BF; }
a { background-color: rgb(149,129,191); }
div.DivClassName
{
background-color: #9581BF;
}
.BgClassName
{
background-color: #9581BF;
}
</style>
border-color css
<style>
span { border-color: #9581BF; }
span { border-color: rgb(149,129,191); }
td.TdClassName
{
border-color: #9581BF;
}
.TagClassName
{
border-color: #9581BF;
}
</style>