Shades of Cold Purple #9083B5
Tints of Cold Purple #9083B5
RGB
CMYK
RGB Variations
Color information
#9083B5 (or 0x9083B5) is known color: Cold Purple. HEX triplet: 90, 83 and B5. RGB value is (144,131,181). Sum of RGB (Red+Green+Blue) = 144+131+181=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 181 - color contains mainly: blue. Hex color #9083B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9083B5 is #6F7C4A. Grayscale: #8C8C8C. Windows color (decimal): -7306315 or 11895696. OLE color: 11895696.
HSL color Cylindrical-coordinate representation of color #9083B5: hue angle of 255.6º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9083B5 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 131 | 181 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.29 |
| HSL | 255.6º | 0.25% | 0.61% | - |
| HSV(B) | 255.6º | 0.28% | 0.71% | - |
| XYZ | 27.96 | 25.5 | 47.16 | - |
| YUV | 140.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 131 | 181 | 0.20 | 0.28 | 0 | 0.29 | 255.6 | 0.25 | 0.61 |
| Hex | 90 | 83 | B5 | 14 | 1C | 0 | 1D | 100 | 19 | 3D |
| Octal | 220 | 203 | 265 | 24 | 34 | 0 | 35 | 400 | 31 | 75 |
| Binary | 10010000 | 10000011 | 10110101 | 10100 | 11100 | 0 | 11101 | 100000000 | 11001 | 111101 |
Color Harmonies of #9083B5
Complementary color
Monochromatic Colors of #9083B5
Black with #9083B5
Text Example
Text Example
White with #9083B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9083B5; }
p { color: rgb(144,131,181); }
H1.HeaderClassName
{
color: #9083B5;
}
.AnyTagClassName
{
color: #9083B5;
}
</style>
background-color css
<style>
a { background-color: #9083B5; }
a { background-color: rgb(144,131,181); }
div.DivClassName
{
background-color: #9083B5;
}
.BgClassName
{
background-color: #9083B5;
}
</style>
border-color css
<style>
span { border-color: #9083B5; }
span { border-color: rgb(144,131,181); }
td.TdClassName
{
border-color: #9083B5;
}
.TagClassName
{
border-color: #9083B5;
}
</style>