Shades of Cold Purple #9583C3
Tints of Cold Purple #9583C3
RGB
CMYK
RGB Variations
Color information
#9583C3 (or 0x9583C3) is known color: Cold Purple. HEX triplet: 95, 83 and C3. RGB value is (149,131,195). Sum of RGB (Red+Green+Blue) = 149+131+195=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 195 - color contains mainly: blue. Hex color #9583C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583C3 is #6A7C3C. Grayscale: #8F8F8F. Windows color (decimal): -6978621 or 12813205. OLE color: 12813205.
HSL color Cylindrical-coordinate representation of color #9583C3: hue angle of 256.88º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9583C3 is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 131 | 195 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.24 |
| HSL | 256.88º | 0.35% | 0.64% | - |
| HSV(B) | 256.88º | 0.33% | 0.76% | - |
| XYZ | 30.36 | 26.56 | 55.16 | - |
| YUV | 143.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 195 | 0.24 | 0.33 | 0 | 0.24 | 256.88 | 0.35 | 0.64 |
| Hex | 95 | 83 | C3 | 18 | 21 | 0 | 18 | 101 | 23 | 40 |
| Octal | 225 | 203 | 303 | 30 | 41 | 0 | 30 | 401 | 43 | 100 |
| Binary | 10010101 | 10000011 | 11000011 | 11000 | 100001 | 0 | 11000 | 100000001 | 100011 | 1000000 |
Color Harmonies of #9583C3
Complementary color
Monochromatic Colors of #9583C3
Black with #9583C3
Text Example
Text Example
White with #9583C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9583C3; }
p { color: rgb(149,131,195); }
H1.HeaderClassName
{
color: #9583C3;
}
.AnyTagClassName
{
color: #9583C3;
}
</style>
background-color css
<style>
a { background-color: #9583C3; }
a { background-color: rgb(149,131,195); }
div.DivClassName
{
background-color: #9583C3;
}
.BgClassName
{
background-color: #9583C3;
}
</style>
border-color css
<style>
span { border-color: #9583C3; }
span { border-color: rgb(149,131,195); }
td.TdClassName
{
border-color: #9583C3;
}
.TagClassName
{
border-color: #9583C3;
}
</style>