Shades of Cold Purple #9180BB
Tints of Cold Purple #9180BB
RGB
CMYK
RGB Variations
Color information
#9180BB (or 0x9180BB) is known color: Cold Purple. HEX triplet: 91, 80 and BB. RGB value is (145,128,187). Sum of RGB (Red+Green+Blue) = 145+128+187=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #9180BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180BB is #6E7F44. Grayscale: #8B8B8B. Windows color (decimal): -7241541 or 12288145. OLE color: 12288145.
HSL color Cylindrical-coordinate representation of color #9180BB: hue angle of 257.29º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9180BB is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 128 | 187 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.27 |
| HSL | 257.29º | 0.3% | 0.62% | - |
| HSV(B) | 257.29º | 0.32% | 0.73% | - |
| XYZ | 28.37 | 25.05 | 50.35 | - |
| YUV | 139.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 187 | 0.22 | 0.32 | 0 | 0.27 | 257.29 | 0.3 | 0.62 |
| Hex | 91 | 80 | BB | 16 | 20 | 0 | 1B | 101 | 1E | 3E |
| Octal | 221 | 200 | 273 | 26 | 40 | 0 | 33 | 401 | 36 | 76 |
| Binary | 10010001 | 10000000 | 10111011 | 10110 | 100000 | 0 | 11011 | 100000001 | 11110 | 111110 |
Color Harmonies of #9180BB
Complementary color
Monochromatic Colors of #9180BB
Black with #9180BB
Text Example
Text Example
White with #9180BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180BB; }
p { color: rgb(145,128,187); }
H1.HeaderClassName
{
color: #9180BB;
}
.AnyTagClassName
{
color: #9180BB;
}
</style>
background-color css
<style>
a { background-color: #9180BB; }
a { background-color: rgb(145,128,187); }
div.DivClassName
{
background-color: #9180BB;
}
.BgClassName
{
background-color: #9180BB;
}
</style>
border-color css
<style>
span { border-color: #9180BB; }
span { border-color: rgb(145,128,187); }
td.TdClassName
{
border-color: #9180BB;
}
.TagClassName
{
border-color: #9180BB;
}
</style>