Shades of Cold Purple #9082BE
Tints of Cold Purple #9082BE
RGB
CMYK
RGB Variations
Color information
#9082BE (or 0x9082BE) is known color: Cold Purple. HEX triplet: 90, 82 and BE. RGB value is (144,130,190). Sum of RGB (Red+Green+Blue) = 144+130+190=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9082BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082BE is #6F7D41. Grayscale: #8C8C8C. Windows color (decimal): -7306562 or 12485264. OLE color: 12485264.
HSL color Cylindrical-coordinate representation of color #9082BE: hue angle of 254º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9082BE is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 130 | 190 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.25 |
| HSL | 254º | 0.32% | 0.63% | - |
| HSV(B) | 254º | 0.32% | 0.75% | - |
| XYZ | 28.78 | 25.61 | 52.14 | - |
| YUV | 141.03 | 155.64 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 190 | 0.24 | 0.32 | 0 | 0.25 | 254 | 0.32 | 0.63 |
| Hex | 90 | 82 | BE | 18 | 20 | 0 | 19 | FE | 20 | 3F |
| Octal | 220 | 202 | 276 | 30 | 40 | 0 | 31 | 376 | 40 | 77 |
| Binary | 10010000 | 10000010 | 10111110 | 11000 | 100000 | 0 | 11001 | 11111110 | 100000 | 111111 |
Color Harmonies of #9082BE
Complementary color
Monochromatic Colors of #9082BE
Black with #9082BE
Text Example
Text Example
White with #9082BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9082BE; }
p { color: rgb(144,130,190); }
H1.HeaderClassName
{
color: #9082BE;
}
.AnyTagClassName
{
color: #9082BE;
}
</style>
background-color css
<style>
a { background-color: #9082BE; }
a { background-color: rgb(144,130,190); }
div.DivClassName
{
background-color: #9082BE;
}
.BgClassName
{
background-color: #9082BE;
}
</style>
border-color css
<style>
span { border-color: #9082BE; }
span { border-color: rgb(144,130,190); }
td.TdClassName
{
border-color: #9082BE;
}
.TagClassName
{
border-color: #9082BE;
}
</style>