Shades of Cold Purple #9180BC
Tints of Cold Purple #9180BC
RGB
CMYK
RGB Variations
Color information
#9180BC (or 0x9180BC) is known color: Cold Purple. HEX triplet: 91, 80 and BC. RGB value is (145,128,188). Sum of RGB (Red+Green+Blue) = 145+128+188=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #9180BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180BC is #6E7F43. Grayscale: #8B8B8B. Windows color (decimal): -7241540 or 12353681. OLE color: 12353681.
HSL color Cylindrical-coordinate representation of color #9180BC: hue angle of 257º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9180BC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 128 | 188 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.26 |
| HSL | 257º | 0.31% | 0.62% | - |
| HSV(B) | 257º | 0.32% | 0.74% | - |
| XYZ | 28.47 | 25.09 | 50.92 | - |
| YUV | 139.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 188 | 0.23 | 0.32 | 0 | 0.26 | 257 | 0.31 | 0.62 |
| Hex | 91 | 80 | BC | 17 | 20 | 0 | 1A | 101 | 1F | 3E |
| Octal | 221 | 200 | 274 | 27 | 40 | 0 | 32 | 401 | 37 | 76 |
| Binary | 10010001 | 10000000 | 10111100 | 10111 | 100000 | 0 | 11010 | 100000001 | 11111 | 111110 |
Color Harmonies of #9180BC
Complementary color
Monochromatic Colors of #9180BC
Black with #9180BC
Text Example
Text Example
White with #9180BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180BC; }
p { color: rgb(145,128,188); }
H1.HeaderClassName
{
color: #9180BC;
}
.AnyTagClassName
{
color: #9180BC;
}
</style>
background-color css
<style>
a { background-color: #9180BC; }
a { background-color: rgb(145,128,188); }
div.DivClassName
{
background-color: #9180BC;
}
.BgClassName
{
background-color: #9180BC;
}
</style>
border-color css
<style>
span { border-color: #9180BC; }
span { border-color: rgb(145,128,188); }
td.TdClassName
{
border-color: #9180BC;
}
.TagClassName
{
border-color: #9180BC;
}
</style>