Shades of Cold Purple #9583B6
Tints of Cold Purple #9583B6
RGB
CMYK
RGB Variations
Color information
#9583B6 (or 0x9583B6) is known color: Cold Purple. HEX triplet: 95, 83 and B6. RGB value is (149,131,182). Sum of RGB (Red+Green+Blue) = 149+131+182=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 182 - color contains mainly: blue. Hex color #9583B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583B6 is #6A7C49. Grayscale: #8E8E8E. Windows color (decimal): -6978634 or 11961237. OLE color: 11961237.
HSL color Cylindrical-coordinate representation of color #9583B6: hue angle of 261.18º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9583B6 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 131 | 182 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.29 |
| HSL | 261.18º | 0.26% | 0.61% | - |
| HSV(B) | 261.18º | 0.28% | 0.71% | - |
| XYZ | 28.95 | 26 | 47.75 | - |
| YUV | 142.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 182 | 0.18 | 0.28 | 0 | 0.29 | 261.18 | 0.26 | 0.61 |
| Hex | 95 | 83 | B6 | 12 | 1C | 0 | 1D | 105 | 1A | 3D |
| Octal | 225 | 203 | 266 | 22 | 34 | 0 | 35 | 405 | 32 | 75 |
| Binary | 10010101 | 10000011 | 10110110 | 10010 | 11100 | 0 | 11101 | 100000101 | 11010 | 111101 |
Color Harmonies of #9583B6
Complementary color
Monochromatic Colors of #9583B6
Black with #9583B6
Text Example
Text Example
White with #9583B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9583B6; }
p { color: rgb(149,131,182); }
H1.HeaderClassName
{
color: #9583B6;
}
.AnyTagClassName
{
color: #9583B6;
}
</style>
background-color css
<style>
a { background-color: #9583B6; }
a { background-color: rgb(149,131,182); }
div.DivClassName
{
background-color: #9583B6;
}
.BgClassName
{
background-color: #9583B6;
}
</style>
border-color css
<style>
span { border-color: #9583B6; }
span { border-color: rgb(149,131,182); }
td.TdClassName
{
border-color: #9583B6;
}
.TagClassName
{
border-color: #9583B6;
}
</style>