Shades of Cold Purple #9A8FBA
Tints of Cold Purple #9A8FBA
RGB
CMYK
RGB Variations
Color information
#9A8FBA (or 0x9A8FBA) is known color: Cold Purple. HEX triplet: 9A, 8F and BA. RGB value is (154,143,186). Sum of RGB (Red+Green+Blue) = 154+143+186=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A8FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FBA is #657045. Grayscale: #979797. Windows color (decimal): -6647878 or 12226458. OLE color: 12226458.
HSL color Cylindrical-coordinate representation of color #9A8FBA: hue angle of 255.35º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A8FBA is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 143 | 186 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.27 |
| HSL | 255.35º | 0.24% | 0.65% | - |
| HSV(B) | 255.35º | 0.23% | 0.73% | - |
| XYZ | 32.01 | 30.06 | 50.57 | - |
| YUV | 151.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 186 | 0.17 | 0.23 | 0 | 0.27 | 255.35 | 0.24 | 0.65 |
| Hex | 9A | 8F | BA | 11 | 17 | 0 | 1B | FF | 18 | 41 |
| Octal | 232 | 217 | 272 | 21 | 27 | 0 | 33 | 377 | 30 | 101 |
| Binary | 10011010 | 10001111 | 10111010 | 10001 | 10111 | 0 | 11011 | 11111111 | 11000 | 1000001 |
Color Harmonies of #9A8FBA
Complementary color
Monochromatic Colors of #9A8FBA
Black with #9A8FBA
Text Example
Text Example
White with #9A8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FBA; }
p { color: rgb(154,143,186); }
H1.HeaderClassName
{
color: #9A8FBA;
}
.AnyTagClassName
{
color: #9A8FBA;
}
</style>
background-color css
<style>
a { background-color: #9A8FBA; }
a { background-color: rgb(154,143,186); }
div.DivClassName
{
background-color: #9A8FBA;
}
.BgClassName
{
background-color: #9A8FBA;
}
</style>
border-color css
<style>
span { border-color: #9A8FBA; }
span { border-color: rgb(154,143,186); }
td.TdClassName
{
border-color: #9A8FBA;
}
.TagClassName
{
border-color: #9A8FBA;
}
</style>