Shades of Cold Purple #9083BE
Tints of Cold Purple #9083BE
RGB
CMYK
RGB Variations
Color information
#9083BE (or 0x9083BE) is known color: Cold Purple. HEX triplet: 90, 83 and BE. RGB value is (144,131,190). Sum of RGB (Red+Green+Blue) = 144+131+190=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #9083BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083BE is #6F7C41. Grayscale: #8D8D8D. Windows color (decimal): -7306306 or 12485520. OLE color: 12485520.
HSL color Cylindrical-coordinate representation of color #9083BE: hue angle of 253.22º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9083BE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 131 | 190 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.25 |
| HSL | 253.22º | 0.31% | 0.63% | - |
| HSV(B) | 253.22º | 0.31% | 0.75% | - |
| XYZ | 28.91 | 25.88 | 52.19 | - |
| YUV | 141.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 190 | 0.24 | 0.31 | 0 | 0.25 | 253.22 | 0.31 | 0.63 |
| Hex | 90 | 83 | BE | 18 | 1F | 0 | 19 | FD | 1F | 3F |
| Octal | 220 | 203 | 276 | 30 | 37 | 0 | 31 | 375 | 37 | 77 |
| Binary | 10010000 | 10000011 | 10111110 | 11000 | 11111 | 0 | 11001 | 11111101 | 11111 | 111111 |
Color Harmonies of #9083BE
Complementary color
Monochromatic Colors of #9083BE
Black with #9083BE
Text Example
Text Example
White with #9083BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083BE; }
p { color: rgb(144,131,190); }
H1.HeaderClassName
{
color: #9083BE;
}
.AnyTagClassName
{
color: #9083BE;
}
</style>
background-color css
<style>
a { background-color: #9083BE; }
a { background-color: rgb(144,131,190); }
div.DivClassName
{
background-color: #9083BE;
}
.BgClassName
{
background-color: #9083BE;
}
</style>
border-color css
<style>
span { border-color: #9083BE; }
span { border-color: rgb(144,131,190); }
td.TdClassName
{
border-color: #9083BE;
}
.TagClassName
{
border-color: #9083BE;
}
</style>