Shades of Cold Purple #9180BD
Tints of Cold Purple #9180BD
RGB
CMYK
RGB Variations
Color information
#9180BD (or 0x9180BD) is known color: Cold Purple. HEX triplet: 91, 80 and BD. RGB value is (145,128,189). Sum of RGB (Red+Green+Blue) = 145+128+189=462 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.39% from 462); Green value is 128 (50.39% from 255 or 27.71% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #9180BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9180BD is #6E7F42. Grayscale: #8B8B8B. Windows color (decimal): -7241539 or 12419217. OLE color: 12419217.
HSL color Cylindrical-coordinate representation of color #9180BD: hue angle of 256.72º degrees, saturation: 0.32, 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 #9180BD is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 128 | 189 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.26 |
| HSL | 256.72º | 0.32% | 0.62% | - |
| HSV(B) | 256.72º | 0.32% | 0.74% | - |
| XYZ | 28.58 | 25.13 | 51.49 | - |
| YUV | 140.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 128 | 189 | 0.23 | 0.32 | 0 | 0.26 | 256.72 | 0.32 | 0.62 |
| Hex | 91 | 80 | BD | 17 | 20 | 0 | 1A | 101 | 20 | 3E |
| Octal | 221 | 200 | 275 | 27 | 40 | 0 | 32 | 401 | 40 | 76 |
| Binary | 10010001 | 10000000 | 10111101 | 10111 | 100000 | 0 | 11010 | 100000001 | 100000 | 111110 |
Color Harmonies of #9180BD
Complementary color
Monochromatic Colors of #9180BD
Black with #9180BD
Text Example
Text Example
White with #9180BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9180BD; }
p { color: rgb(145,128,189); }
H1.HeaderClassName
{
color: #9180BD;
}
.AnyTagClassName
{
color: #9180BD;
}
</style>
background-color css
<style>
a { background-color: #9180BD; }
a { background-color: rgb(145,128,189); }
div.DivClassName
{
background-color: #9180BD;
}
.BgClassName
{
background-color: #9180BD;
}
</style>
border-color css
<style>
span { border-color: #9180BD; }
span { border-color: rgb(145,128,189); }
td.TdClassName
{
border-color: #9180BD;
}
.TagClassName
{
border-color: #9180BD;
}
</style>