Shades of Cold Purple #9083BC
Tints of Cold Purple #9083BC
RGB
CMYK
RGB Variations
Color information
#9083BC (or 0x9083BC) is known color: Cold Purple. HEX triplet: 90, 83 and BC. RGB value is (144,131,188). Sum of RGB (Red+Green+Blue) = 144+131+188=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #9083BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083BC is #6F7C43. Grayscale: #8D8D8D. Windows color (decimal): -7306308 or 12354448. OLE color: 12354448.
HSL color Cylindrical-coordinate representation of color #9083BC: hue angle of 253.68º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9083BC is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 131 | 188 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.26 |
| HSL | 253.68º | 0.3% | 0.63% | - |
| HSV(B) | 253.68º | 0.3% | 0.74% | - |
| XYZ | 28.7 | 25.79 | 51.04 | - |
| YUV | 141.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 188 | 0.23 | 0.30 | 0 | 0.26 | 253.68 | 0.3 | 0.63 |
| Hex | 90 | 83 | BC | 17 | 1E | 0 | 1A | FE | 1E | 3F |
| Octal | 220 | 203 | 274 | 27 | 36 | 0 | 32 | 376 | 36 | 77 |
| Binary | 10010000 | 10000011 | 10111100 | 10111 | 11110 | 0 | 11010 | 11111110 | 11110 | 111111 |
Color Harmonies of #9083BC
Complementary color
Monochromatic Colors of #9083BC
Black with #9083BC
Text Example
Text Example
White with #9083BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083BC; }
p { color: rgb(144,131,188); }
H1.HeaderClassName
{
color: #9083BC;
}
.AnyTagClassName
{
color: #9083BC;
}
</style>
background-color css
<style>
a { background-color: #9083BC; }
a { background-color: rgb(144,131,188); }
div.DivClassName
{
background-color: #9083BC;
}
.BgClassName
{
background-color: #9083BC;
}
</style>
border-color css
<style>
span { border-color: #9083BC; }
span { border-color: rgb(144,131,188); }
td.TdClassName
{
border-color: #9083BC;
}
.TagClassName
{
border-color: #9083BC;
}
</style>