Shades of Cold Purple #9A8EC4
Tints of Cold Purple #9A8EC4
RGB
CMYK
RGB Variations
Color information
#9A8EC4 (or 0x9A8EC4) is known color: Cold Purple. HEX triplet: 9A, 8E and C4. RGB value is (154,142,196). Sum of RGB (Red+Green+Blue) = 154+142+196=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A8EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8EC4 is #65713B. Grayscale: #979797. Windows color (decimal): -6648124 or 12881562. OLE color: 12881562.
HSL color Cylindrical-coordinate representation of color #9A8EC4: hue angle of 253.33º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A8EC4 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 142 | 196 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.23 |
| HSL | 253.33º | 0.31% | 0.66% | - |
| HSV(B) | 253.33º | 0.28% | 0.77% | - |
| XYZ | 32.96 | 30.2 | 56.32 | - |
| YUV | 151.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 196 | 0.21 | 0.28 | 0 | 0.23 | 253.33 | 0.31 | 0.66 |
| Hex | 9A | 8E | C4 | 15 | 1C | 0 | 17 | FD | 1F | 42 |
| Octal | 232 | 216 | 304 | 25 | 34 | 0 | 27 | 375 | 37 | 102 |
| Binary | 10011010 | 10001110 | 11000100 | 10101 | 11100 | 0 | 10111 | 11111101 | 11111 | 1000010 |
Color Harmonies of #9A8EC4
Complementary color
Monochromatic Colors of #9A8EC4
Black with #9A8EC4
Text Example
Text Example
White with #9A8EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8EC4; }
p { color: rgb(154,142,196); }
H1.HeaderClassName
{
color: #9A8EC4;
}
.AnyTagClassName
{
color: #9A8EC4;
}
</style>
background-color css
<style>
a { background-color: #9A8EC4; }
a { background-color: rgb(154,142,196); }
div.DivClassName
{
background-color: #9A8EC4;
}
.BgClassName
{
background-color: #9A8EC4;
}
</style>
border-color css
<style>
span { border-color: #9A8EC4; }
span { border-color: rgb(154,142,196); }
td.TdClassName
{
border-color: #9A8EC4;
}
.TagClassName
{
border-color: #9A8EC4;
}
</style>