Shades of Cold Purple #9289C1
Tints of Cold Purple #9289C1
RGB
CMYK
RGB Variations
Color information
#9289C1 (or 0x9289C1) is known color: Cold Purple. HEX triplet: 92, 89 and C1. RGB value is (146,137,193). Sum of RGB (Red+Green+Blue) = 146+137+193=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #9289C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9289C1 is #6D763E. Grayscale: #919191. Windows color (decimal): -7173695 or 12683666. OLE color: 12683666.
HSL color Cylindrical-coordinate representation of color #9289C1: hue angle of 249.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9289C1 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 137 | 193 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.24 |
| HSL | 249.64º | 0.31% | 0.65% | - |
| HSV(B) | 249.64º | 0.29% | 0.76% | - |
| XYZ | 30.43 | 27.85 | 54.22 | - |
| YUV | 146.08 | 154.48 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 193 | 0.24 | 0.29 | 0 | 0.24 | 249.64 | 0.31 | 0.65 |
| Hex | 92 | 89 | C1 | 18 | 1D | 0 | 18 | FA | 1F | 41 |
| Octal | 222 | 211 | 301 | 30 | 35 | 0 | 30 | 372 | 37 | 101 |
| Binary | 10010010 | 10001001 | 11000001 | 11000 | 11101 | 0 | 11000 | 11111010 | 11111 | 1000001 |
Color Harmonies of #9289C1
Complementary color
Monochromatic Colors of #9289C1
Black with #9289C1
Text Example
Text Example
White with #9289C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9289C1; }
p { color: rgb(146,137,193); }
H1.HeaderClassName
{
color: #9289C1;
}
.AnyTagClassName
{
color: #9289C1;
}
</style>
background-color css
<style>
a { background-color: #9289C1; }
a { background-color: rgb(146,137,193); }
div.DivClassName
{
background-color: #9289C1;
}
.BgClassName
{
background-color: #9289C1;
}
</style>
border-color css
<style>
span { border-color: #9289C1; }
span { border-color: rgb(146,137,193); }
td.TdClassName
{
border-color: #9289C1;
}
.TagClassName
{
border-color: #9289C1;
}
</style>