Shades of Cold Purple #9182BF
Tints of Cold Purple #9182BF
RGB
CMYK
RGB Variations
Color information
#9182BF (or 0x9182BF) is known color: Cold Purple. HEX triplet: 91, 82 and BF. RGB value is (145,130,191). Sum of RGB (Red+Green+Blue) = 145+130+191=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #9182BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9182BF is #6E7D40. Grayscale: #8D8D8D. Windows color (decimal): -7241025 or 12550801. OLE color: 12550801.
HSL color Cylindrical-coordinate representation of color #9182BF: hue angle of 254.75º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9182BF is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 130 | 191 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.25 |
| HSL | 254.75º | 0.32% | 0.63% | - |
| HSV(B) | 254.75º | 0.32% | 0.75% | - |
| XYZ | 29.06 | 25.75 | 52.73 | - |
| YUV | 141.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 130 | 191 | 0.24 | 0.32 | 0 | 0.25 | 254.75 | 0.32 | 0.63 |
| Hex | 91 | 82 | BF | 18 | 20 | 0 | 19 | FF | 20 | 3F |
| Octal | 221 | 202 | 277 | 30 | 40 | 0 | 31 | 377 | 40 | 77 |
| Binary | 10010001 | 10000010 | 10111111 | 11000 | 100000 | 0 | 11001 | 11111111 | 100000 | 111111 |
Color Harmonies of #9182BF
Complementary color
Monochromatic Colors of #9182BF
Black with #9182BF
Text Example
Text Example
White with #9182BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9182BF; }
p { color: rgb(145,130,191); }
H1.HeaderClassName
{
color: #9182BF;
}
.AnyTagClassName
{
color: #9182BF;
}
</style>
background-color css
<style>
a { background-color: #9182BF; }
a { background-color: rgb(145,130,191); }
div.DivClassName
{
background-color: #9182BF;
}
.BgClassName
{
background-color: #9182BF;
}
</style>
border-color css
<style>
span { border-color: #9182BF; }
span { border-color: rgb(145,130,191); }
td.TdClassName
{
border-color: #9182BF;
}
.TagClassName
{
border-color: #9182BF;
}
</style>