Shades of Cold Purple #9A8CC6
Tints of Cold Purple #9A8CC6
RGB
CMYK
RGB Variations
Color information
#9A8CC6 (or 0x9A8CC6) is known color: Cold Purple. HEX triplet: 9A, 8C and C6. RGB value is (154,140,198). Sum of RGB (Red+Green+Blue) = 154+140+198=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A8CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CC6 is #657339. Grayscale: #969696. Windows color (decimal): -6648634 or 13012122. OLE color: 13012122.
HSL color Cylindrical-coordinate representation of color #9A8CC6: hue angle of 254.48º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A8CC6 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 140 | 198 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.22 |
| HSL | 254.48º | 0.34% | 0.66% | - |
| HSV(B) | 254.48º | 0.29% | 0.78% | - |
| XYZ | 32.9 | 29.7 | 57.43 | - |
| YUV | 150.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 198 | 0.22 | 0.29 | 0 | 0.22 | 254.48 | 0.34 | 0.66 |
| Hex | 9A | 8C | C6 | 16 | 1D | 0 | 16 | FE | 22 | 42 |
| Octal | 232 | 214 | 306 | 26 | 35 | 0 | 26 | 376 | 42 | 102 |
| Binary | 10011010 | 10001100 | 11000110 | 10110 | 11101 | 0 | 10110 | 11111110 | 100010 | 1000010 |
Color Harmonies of #9A8CC6
Complementary color
Monochromatic Colors of #9A8CC6
Black with #9A8CC6
Text Example
Text Example
White with #9A8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CC6; }
p { color: rgb(154,140,198); }
H1.HeaderClassName
{
color: #9A8CC6;
}
.AnyTagClassName
{
color: #9A8CC6;
}
</style>
background-color css
<style>
a { background-color: #9A8CC6; }
a { background-color: rgb(154,140,198); }
div.DivClassName
{
background-color: #9A8CC6;
}
.BgClassName
{
background-color: #9A8CC6;
}
</style>
border-color css
<style>
span { border-color: #9A8CC6; }
span { border-color: rgb(154,140,198); }
td.TdClassName
{
border-color: #9A8CC6;
}
.TagClassName
{
border-color: #9A8CC6;
}
</style>