Shades of Cold Purple #9A8FBC
Tints of Cold Purple #9A8FBC
RGB
CMYK
RGB Variations
Color information
#9A8FBC (or 0x9A8FBC) is known color: Cold Purple. HEX triplet: 9A, 8F and BC. RGB value is (154,143,188). Sum of RGB (Red+Green+Blue) = 154+143+188=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A8FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FBC is #657043. Grayscale: #979797. Windows color (decimal): -6647876 or 12357530. OLE color: 12357530.
HSL color Cylindrical-coordinate representation of color #9A8FBC: hue angle of 254.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A8FBC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 143 | 188 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.26 |
| HSL | 254.67º | 0.25% | 0.65% | - |
| HSV(B) | 254.67º | 0.24% | 0.74% | - |
| XYZ | 32.23 | 30.15 | 51.7 | - |
| YUV | 151.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 188 | 0.18 | 0.24 | 0 | 0.26 | 254.67 | 0.25 | 0.65 |
| Hex | 9A | 8F | BC | 12 | 18 | 0 | 1A | FF | 19 | 41 |
| Octal | 232 | 217 | 274 | 22 | 30 | 0 | 32 | 377 | 31 | 101 |
| Binary | 10011010 | 10001111 | 10111100 | 10010 | 11000 | 0 | 11010 | 11111111 | 11001 | 1000001 |
Color Harmonies of #9A8FBC
Complementary color
Monochromatic Colors of #9A8FBC
Black with #9A8FBC
Text Example
Text Example
White with #9A8FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FBC; }
p { color: rgb(154,143,188); }
H1.HeaderClassName
{
color: #9A8FBC;
}
.AnyTagClassName
{
color: #9A8FBC;
}
</style>
background-color css
<style>
a { background-color: #9A8FBC; }
a { background-color: rgb(154,143,188); }
div.DivClassName
{
background-color: #9A8FBC;
}
.BgClassName
{
background-color: #9A8FBC;
}
</style>
border-color css
<style>
span { border-color: #9A8FBC; }
span { border-color: rgb(154,143,188); }
td.TdClassName
{
border-color: #9A8FBC;
}
.TagClassName
{
border-color: #9A8FBC;
}
</style>