Shades of Cold Purple #9487B1
Tints of Cold Purple #9487B1
RGB
CMYK
RGB Variations
Color information
#9487B1 (or 0x9487B1) is known color: Cold Purple. HEX triplet: 94, 87 and B1. RGB value is (148,135,177). Sum of RGB (Red+Green+Blue) = 148+135+177=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 177 - color contains mainly: blue. Hex color #9487B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9487B1 is #6B784E. Grayscale: #8F8F8F. Windows color (decimal): -7043151 or 11634580. OLE color: 11634580.
HSL color Cylindrical-coordinate representation of color #9487B1: hue angle of 258.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9487B1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 135 | 177 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.31 |
| HSL | 258.57º | 0.21% | 0.61% | - |
| HSV(B) | 258.57º | 0.24% | 0.69% | - |
| XYZ | 28.81 | 26.8 | 45.25 | - |
| YUV | 143.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 135 | 177 | 0.16 | 0.24 | 0 | 0.31 | 258.57 | 0.21 | 0.61 |
| Hex | 94 | 87 | B1 | 10 | 18 | 0 | 1F | 103 | 15 | 3D |
| Octal | 224 | 207 | 261 | 20 | 30 | 0 | 37 | 403 | 25 | 75 |
| Binary | 10010100 | 10000111 | 10110001 | 10000 | 11000 | 0 | 11111 | 100000011 | 10101 | 111101 |
Color Harmonies of #9487B1
Complementary color
Monochromatic Colors of #9487B1
Black with #9487B1
Text Example
Text Example
White with #9487B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9487B1; }
p { color: rgb(148,135,177); }
H1.HeaderClassName
{
color: #9487B1;
}
.AnyTagClassName
{
color: #9487B1;
}
</style>
background-color css
<style>
a { background-color: #9487B1; }
a { background-color: rgb(148,135,177); }
div.DivClassName
{
background-color: #9487B1;
}
.BgClassName
{
background-color: #9487B1;
}
</style>
border-color css
<style>
span { border-color: #9487B1; }
span { border-color: rgb(148,135,177); }
td.TdClassName
{
border-color: #9487B1;
}
.TagClassName
{
border-color: #9487B1;
}
</style>