Shades of Cold Purple #9A8FC4
Tints of Cold Purple #9A8FC4
RGB
CMYK
RGB Variations
Color information
#9A8FC4 (or 0x9A8FC4) is known color: Cold Purple. HEX triplet: 9A, 8F and C4. RGB value is (154,143,196). Sum of RGB (Red+Green+Blue) = 154+143+196=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A8FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FC4 is #65703B. Grayscale: #989898. Windows color (decimal): -6647868 or 12881818. OLE color: 12881818.
HSL color Cylindrical-coordinate representation of color #9A8FC4: hue angle of 252.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A8FC4 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 143 | 196 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.23 |
| HSL | 252.45º | 0.31% | 0.66% | - |
| HSV(B) | 252.45º | 0.27% | 0.77% | - |
| XYZ | 33.11 | 30.5 | 56.37 | - |
| YUV | 152.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 196 | 0.21 | 0.27 | 0 | 0.23 | 252.45 | 0.31 | 0.66 |
| Hex | 9A | 8F | C4 | 15 | 1B | 0 | 17 | FC | 1F | 42 |
| Octal | 232 | 217 | 304 | 25 | 33 | 0 | 27 | 374 | 37 | 102 |
| Binary | 10011010 | 10001111 | 11000100 | 10101 | 11011 | 0 | 10111 | 11111100 | 11111 | 1000010 |
Color Harmonies of #9A8FC4
Complementary color
Monochromatic Colors of #9A8FC4
Black with #9A8FC4
Text Example
Text Example
White with #9A8FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FC4; }
p { color: rgb(154,143,196); }
H1.HeaderClassName
{
color: #9A8FC4;
}
.AnyTagClassName
{
color: #9A8FC4;
}
</style>
background-color css
<style>
a { background-color: #9A8FC4; }
a { background-color: rgb(154,143,196); }
div.DivClassName
{
background-color: #9A8FC4;
}
.BgClassName
{
background-color: #9A8FC4;
}
</style>
border-color css
<style>
span { border-color: #9A8FC4; }
span { border-color: rgb(154,143,196); }
td.TdClassName
{
border-color: #9A8FC4;
}
.TagClassName
{
border-color: #9A8FC4;
}
</style>