Shades of Cold Purple #9281BB
Tints of Cold Purple #9281BB
RGB
CMYK
RGB Variations
Color information
#9281BB (or 0x9281BB) is known color: Cold Purple. HEX triplet: 92, 81 and BB. RGB value is (146,129,187). Sum of RGB (Red+Green+Blue) = 146+129+187=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #9281BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9281BB is #6D7E44. Grayscale: #8C8C8C. Windows color (decimal): -7175749 or 12288402. OLE color: 12288402.
HSL color Cylindrical-coordinate representation of color #9281BB: hue angle of 257.59º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9281BB is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 129 | 187 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.27 |
| HSL | 257.59º | 0.3% | 0.62% | - |
| HSV(B) | 257.59º | 0.31% | 0.73% | - |
| XYZ | 28.67 | 25.4 | 50.4 | - |
| YUV | 140.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 129 | 187 | 0.22 | 0.31 | 0 | 0.27 | 257.59 | 0.3 | 0.62 |
| Hex | 92 | 81 | BB | 16 | 1F | 0 | 1B | 102 | 1E | 3E |
| Octal | 222 | 201 | 273 | 26 | 37 | 0 | 33 | 402 | 36 | 76 |
| Binary | 10010010 | 10000001 | 10111011 | 10110 | 11111 | 0 | 11011 | 100000010 | 11110 | 111110 |
Color Harmonies of #9281BB
Complementary color
Monochromatic Colors of #9281BB
Black with #9281BB
Text Example
Text Example
White with #9281BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9281BB; }
p { color: rgb(146,129,187); }
H1.HeaderClassName
{
color: #9281BB;
}
.AnyTagClassName
{
color: #9281BB;
}
</style>
background-color css
<style>
a { background-color: #9281BB; }
a { background-color: rgb(146,129,187); }
div.DivClassName
{
background-color: #9281BB;
}
.BgClassName
{
background-color: #9281BB;
}
</style>
border-color css
<style>
span { border-color: #9281BB; }
span { border-color: rgb(146,129,187); }
td.TdClassName
{
border-color: #9281BB;
}
.TagClassName
{
border-color: #9281BB;
}
</style>