Shades of Cold Purple #9185B3
Tints of Cold Purple #9185B3
RGB
CMYK
RGB Variations
Color information
#9185B3 (or 0x9185B3) is known color: Cold Purple. HEX triplet: 91, 85 and B3. RGB value is (145,133,179). Sum of RGB (Red+Green+Blue) = 145+133+179=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 179 - color contains mainly: blue. Hex color #9185B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185B3 is #6E7A4C. Grayscale: #8D8D8D. Windows color (decimal): -7240269 or 11765137. OLE color: 11765137.
HSL color Cylindrical-coordinate representation of color #9185B3: hue angle of 255.65º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9185B3 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 145 | 133 | 179 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.30 |
| HSL | 255.65º | 0.23% | 0.61% | - |
| HSV(B) | 255.65º | 0.26% | 0.7% | - |
| XYZ | 28.2 | 26.05 | 46.19 | - |
| YUV | 141.83 | 148.98 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 179 | 0.19 | 0.26 | 0 | 0.30 | 255.65 | 0.23 | 0.61 |
| Hex | 91 | 85 | B3 | 13 | 1A | 0 | 1E | 100 | 17 | 3D |
| Octal | 221 | 205 | 263 | 23 | 32 | 0 | 36 | 400 | 27 | 75 |
| Binary | 10010001 | 10000101 | 10110011 | 10011 | 11010 | 0 | 11110 | 100000000 | 10111 | 111101 |
Color Harmonies of #9185B3
Complementary color
Monochromatic Colors of #9185B3
Black with #9185B3
Text Example
Text Example
White with #9185B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185B3; }
p { color: rgb(145,133,179); }
H1.HeaderClassName
{
color: #9185B3;
}
.AnyTagClassName
{
color: #9185B3;
}
</style>
background-color css
<style>
a { background-color: #9185B3; }
a { background-color: rgb(145,133,179); }
div.DivClassName
{
background-color: #9185B3;
}
.BgClassName
{
background-color: #9185B3;
}
</style>
border-color css
<style>
span { border-color: #9185B3; }
span { border-color: rgb(145,133,179); }
td.TdClassName
{
border-color: #9185B3;
}
.TagClassName
{
border-color: #9185B3;
}
</style>