Shades of Cold Purple #9A8FC6
Tints of Cold Purple #9A8FC6
RGB
CMYK
RGB Variations
Color information
#9A8FC6 (or 0x9A8FC6) is known color: Cold Purple. HEX triplet: 9A, 8F and C6. RGB value is (154,143,198). Sum of RGB (Red+Green+Blue) = 154+143+198=495 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.11% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 198 (77.73% from 255 or 40% from 495); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A8FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FC6 is #657039. Grayscale: #989898. Windows color (decimal): -6647866 or 13012890. OLE color: 13012890.
HSL color Cylindrical-coordinate representation of color #9A8FC6: hue angle of 252º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A8FC6 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 143 | 198 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.22 |
| HSL | 252º | 0.33% | 0.67% | - |
| HSV(B) | 252º | 0.28% | 0.78% | - |
| XYZ | 33.34 | 30.59 | 57.57 | - |
| YUV | 152.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 198 | 0.22 | 0.28 | 0 | 0.22 | 252 | 0.33 | 0.67 |
| Hex | 9A | 8F | C6 | 16 | 1C | 0 | 16 | FC | 21 | 43 |
| Octal | 232 | 217 | 306 | 26 | 34 | 0 | 26 | 374 | 41 | 103 |
| Binary | 10011010 | 10001111 | 11000110 | 10110 | 11100 | 0 | 10110 | 11111100 | 100001 | 1000011 |
Color Harmonies of #9A8FC6
Complementary color
Monochromatic Colors of #9A8FC6
Black with #9A8FC6
Text Example
Text Example
White with #9A8FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FC6; }
p { color: rgb(154,143,198); }
H1.HeaderClassName
{
color: #9A8FC6;
}
.AnyTagClassName
{
color: #9A8FC6;
}
</style>
background-color css
<style>
a { background-color: #9A8FC6; }
a { background-color: rgb(154,143,198); }
div.DivClassName
{
background-color: #9A8FC6;
}
.BgClassName
{
background-color: #9A8FC6;
}
</style>
border-color css
<style>
span { border-color: #9A8FC6; }
span { border-color: rgb(154,143,198); }
td.TdClassName
{
border-color: #9A8FC6;
}
.TagClassName
{
border-color: #9A8FC6;
}
</style>