Shades of Cold Purple #9183B3
Tints of Cold Purple #9183B3
RGB
CMYK
RGB Variations
Color information
#9183B3 (or 0x9183B3) is known color: Cold Purple. HEX triplet: 91, 83 and B3. RGB value is (145,131,179). Sum of RGB (Red+Green+Blue) = 145+131+179=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 179 - color contains mainly: blue. Hex color #9183B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183B3 is #6E7C4C. Grayscale: #8C8C8C. Windows color (decimal): -7240781 or 11764625. OLE color: 11764625.
HSL color Cylindrical-coordinate representation of color #9183B3: hue angle of 257.5º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9183B3 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 131 | 179 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.30 |
| HSL | 257.5º | 0.24% | 0.61% | - |
| HSV(B) | 257.5º | 0.27% | 0.7% | - |
| XYZ | 27.93 | 25.51 | 46.1 | - |
| YUV | 140.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 131 | 179 | 0.19 | 0.27 | 0 | 0.30 | 257.5 | 0.24 | 0.61 |
| Hex | 91 | 83 | B3 | 13 | 1B | 0 | 1E | 102 | 18 | 3D |
| Octal | 221 | 203 | 263 | 23 | 33 | 0 | 36 | 402 | 30 | 75 |
| Binary | 10010001 | 10000011 | 10110011 | 10011 | 11011 | 0 | 11110 | 100000010 | 11000 | 111101 |
Color Harmonies of #9183B3
Complementary color
Monochromatic Colors of #9183B3
Black with #9183B3
Text Example
Text Example
White with #9183B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9183B3; }
p { color: rgb(145,131,179); }
H1.HeaderClassName
{
color: #9183B3;
}
.AnyTagClassName
{
color: #9183B3;
}
</style>
background-color css
<style>
a { background-color: #9183B3; }
a { background-color: rgb(145,131,179); }
div.DivClassName
{
background-color: #9183B3;
}
.BgClassName
{
background-color: #9183B3;
}
</style>
border-color css
<style>
span { border-color: #9183B3; }
span { border-color: rgb(145,131,179); }
td.TdClassName
{
border-color: #9183B3;
}
.TagClassName
{
border-color: #9183B3;
}
</style>