Shades of Cold Purple #9185B6
Tints of Cold Purple #9185B6
RGB
CMYK
RGB Variations
Color information
#9185B6 (or 0x9185B6) is known color: Cold Purple. HEX triplet: 91, 85 and B6. RGB value is (145,133,182). Sum of RGB (Red+Green+Blue) = 145+133+182=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #9185B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9185B6 is #6E7A49. Grayscale: #8D8D8D. Windows color (decimal): -7240266 or 11961745. OLE color: 11961745.
HSL color Cylindrical-coordinate representation of color #9185B6: hue angle of 254.69º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9185B6 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 133 | 182 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.29 |
| HSL | 254.69º | 0.25% | 0.62% | - |
| HSV(B) | 254.69º | 0.27% | 0.71% | - |
| XYZ | 28.51 | 26.17 | 47.81 | - |
| YUV | 142.17 | 150.48 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 133 | 182 | 0.20 | 0.27 | 0 | 0.29 | 254.69 | 0.25 | 0.62 |
| Hex | 91 | 85 | B6 | 14 | 1B | 0 | 1D | FF | 19 | 3E |
| Octal | 221 | 205 | 266 | 24 | 33 | 0 | 35 | 377 | 31 | 76 |
| Binary | 10010001 | 10000101 | 10110110 | 10100 | 11011 | 0 | 11101 | 11111111 | 11001 | 111110 |
Color Harmonies of #9185B6
Complementary color
Monochromatic Colors of #9185B6
Black with #9185B6
Text Example
Text Example
White with #9185B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9185B6; }
p { color: rgb(145,133,182); }
H1.HeaderClassName
{
color: #9185B6;
}
.AnyTagClassName
{
color: #9185B6;
}
</style>
background-color css
<style>
a { background-color: #9185B6; }
a { background-color: rgb(145,133,182); }
div.DivClassName
{
background-color: #9185B6;
}
.BgClassName
{
background-color: #9185B6;
}
</style>
border-color css
<style>
span { border-color: #9185B6; }
span { border-color: rgb(145,133,182); }
td.TdClassName
{
border-color: #9185B6;
}
.TagClassName
{
border-color: #9185B6;
}
</style>