Shades of Cold Purple #9183BD
Tints of Cold Purple #9183BD
RGB
CMYK
RGB Variations
Color information
#9183BD (or 0x9183BD) is known color: Cold Purple. HEX triplet: 91, 83 and BD. RGB value is (145,131,189). Sum of RGB (Red+Green+Blue) = 145+131+189=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #9183BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183BD is #6E7C42. Grayscale: #8D8D8D. Windows color (decimal): -7240771 or 12419985. OLE color: 12419985.
HSL color Cylindrical-coordinate representation of color #9183BD: hue angle of 254.48º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9183BD is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 131 | 189 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.26 |
| HSL | 254.48º | 0.31% | 0.63% | - |
| HSV(B) | 254.48º | 0.31% | 0.74% | - |
| XYZ | 28.98 | 25.93 | 51.62 | - |
| YUV | 141.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 189 | 0.23 | 0.31 | 0 | 0.26 | 254.48 | 0.31 | 0.63 |
| Hex | 91 | 83 | BD | 17 | 1F | 0 | 1A | FE | 1F | 3F |
| Octal | 221 | 203 | 275 | 27 | 37 | 0 | 32 | 376 | 37 | 77 |
| Binary | 10010001 | 10000011 | 10111101 | 10111 | 11111 | 0 | 11010 | 11111110 | 11111 | 111111 |
Color Harmonies of #9183BD
Complementary color
Monochromatic Colors of #9183BD
Black with #9183BD
Text Example
Text Example
White with #9183BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183BD; }
p { color: rgb(145,131,189); }
H1.HeaderClassName
{
color: #9183BD;
}
.AnyTagClassName
{
color: #9183BD;
}
</style>
background-color css
<style>
a { background-color: #9183BD; }
a { background-color: rgb(145,131,189); }
div.DivClassName
{
background-color: #9183BD;
}
.BgClassName
{
background-color: #9183BD;
}
</style>
border-color css
<style>
span { border-color: #9183BD; }
span { border-color: rgb(145,131,189); }
td.TdClassName
{
border-color: #9183BD;
}
.TagClassName
{
border-color: #9183BD;
}
</style>