Shades of Cold Purple #9189C2
Tints of Cold Purple #9189C2
RGB
CMYK
RGB Variations
Color information
#9189C2 (or 0x9189C2) is known color: Cold Purple. HEX triplet: 91, 89 and C2. RGB value is (145,137,194). Sum of RGB (Red+Green+Blue) = 145+137+194=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 194 - color contains mainly: blue. Hex color #9189C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189C2 is #6E763D. Grayscale: #919191. Windows color (decimal): -7239230 or 12749201. OLE color: 12749201.
HSL color Cylindrical-coordinate representation of color #9189C2: hue angle of 248.42º degrees, saturation: 0.32, 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 #9189C2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 137 | 194 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.24 |
| HSL | 248.42º | 0.32% | 0.65% | - |
| HSV(B) | 248.42º | 0.29% | 0.76% | - |
| XYZ | 30.36 | 27.81 | 54.81 | - |
| YUV | 145.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 194 | 0.25 | 0.29 | 0 | 0.24 | 248.42 | 0.32 | 0.65 |
| Hex | 91 | 89 | C2 | 19 | 1D | 0 | 18 | F8 | 20 | 41 |
| Octal | 221 | 211 | 302 | 31 | 35 | 0 | 30 | 370 | 40 | 101 |
| Binary | 10010001 | 10001001 | 11000010 | 11001 | 11101 | 0 | 11000 | 11111000 | 100000 | 1000001 |
Color Harmonies of #9189C2
Complementary color
Monochromatic Colors of #9189C2
Black with #9189C2
Text Example
Text Example
White with #9189C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9189C2; }
p { color: rgb(145,137,194); }
H1.HeaderClassName
{
color: #9189C2;
}
.AnyTagClassName
{
color: #9189C2;
}
</style>
background-color css
<style>
a { background-color: #9189C2; }
a { background-color: rgb(145,137,194); }
div.DivClassName
{
background-color: #9189C2;
}
.BgClassName
{
background-color: #9189C2;
}
</style>
border-color css
<style>
span { border-color: #9189C2; }
span { border-color: rgb(145,137,194); }
td.TdClassName
{
border-color: #9189C2;
}
.TagClassName
{
border-color: #9189C2;
}
</style>