Shades of Cold Purple #9182B7
Tints of Cold Purple #9182B7
RGB
CMYK
RGB Variations
Color information
#9182B7 (or 0x9182B7) is known color: Cold Purple. HEX triplet: 91, 82 and B7. RGB value is (145,130,183). Sum of RGB (Red+Green+Blue) = 145+130+183=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 183 - color contains mainly: blue. Hex color #9182B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182B7 is #6E7D48. Grayscale: #8C8C8C. Windows color (decimal): -7241033 or 12026513. OLE color: 12026513.
HSL color Cylindrical-coordinate representation of color #9182B7: hue angle of 256.98º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9182B7 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 130 | 183 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.28 |
| HSL | 256.98º | 0.27% | 0.61% | - |
| HSV(B) | 256.98º | 0.29% | 0.72% | - |
| XYZ | 28.21 | 25.4 | 48.22 | - |
| YUV | 140.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 183 | 0.21 | 0.29 | 0 | 0.28 | 256.98 | 0.27 | 0.61 |
| Hex | 91 | 82 | B7 | 15 | 1D | 0 | 1C | 101 | 1B | 3D |
| Octal | 221 | 202 | 267 | 25 | 35 | 0 | 34 | 401 | 33 | 75 |
| Binary | 10010001 | 10000010 | 10110111 | 10101 | 11101 | 0 | 11100 | 100000001 | 11011 | 111101 |
Color Harmonies of #9182B7
Complementary color
Monochromatic Colors of #9182B7
Black with #9182B7
Text Example
Text Example
White with #9182B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182B7; }
p { color: rgb(145,130,183); }
H1.HeaderClassName
{
color: #9182B7;
}
.AnyTagClassName
{
color: #9182B7;
}
</style>
background-color css
<style>
a { background-color: #9182B7; }
a { background-color: rgb(145,130,183); }
div.DivClassName
{
background-color: #9182B7;
}
.BgClassName
{
background-color: #9182B7;
}
</style>
border-color css
<style>
span { border-color: #9182B7; }
span { border-color: rgb(145,130,183); }
td.TdClassName
{
border-color: #9182B7;
}
.TagClassName
{
border-color: #9182B7;
}
</style>