Shades of Cold Purple #9A8FBF
Tints of Cold Purple #9A8FBF
RGB
CMYK
RGB Variations
Color information
#9A8FBF (or 0x9A8FBF) is known color: Cold Purple. HEX triplet: 9A, 8F and BF. RGB value is (154,143,191). Sum of RGB (Red+Green+Blue) = 154+143+191=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A8FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FBF is #657040. Grayscale: #979797. Windows color (decimal): -6647873 or 12554138. OLE color: 12554138.
HSL color Cylindrical-coordinate representation of color #9A8FBF: hue angle of 253.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A8FBF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 143 | 191 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.25 |
| HSL | 253.75º | 0.27% | 0.65% | - |
| HSV(B) | 253.75º | 0.25% | 0.75% | - |
| XYZ | 32.55 | 30.28 | 53.42 | - |
| YUV | 151.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 191 | 0.19 | 0.25 | 0 | 0.25 | 253.75 | 0.27 | 0.65 |
| Hex | 9A | 8F | BF | 13 | 19 | 0 | 19 | FE | 1B | 41 |
| Octal | 232 | 217 | 277 | 23 | 31 | 0 | 31 | 376 | 33 | 101 |
| Binary | 10011010 | 10001111 | 10111111 | 10011 | 11001 | 0 | 11001 | 11111110 | 11011 | 1000001 |
Color Harmonies of #9A8FBF
Complementary color
Monochromatic Colors of #9A8FBF
Black with #9A8FBF
Text Example
Text Example
White with #9A8FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FBF; }
p { color: rgb(154,143,191); }
H1.HeaderClassName
{
color: #9A8FBF;
}
.AnyTagClassName
{
color: #9A8FBF;
}
</style>
background-color css
<style>
a { background-color: #9A8FBF; }
a { background-color: rgb(154,143,191); }
div.DivClassName
{
background-color: #9A8FBF;
}
.BgClassName
{
background-color: #9A8FBF;
}
</style>
border-color css
<style>
span { border-color: #9A8FBF; }
span { border-color: rgb(154,143,191); }
td.TdClassName
{
border-color: #9A8FBF;
}
.TagClassName
{
border-color: #9A8FBF;
}
</style>