Shades of Cold Purple #9A8BC5
Tints of Cold Purple #9A8BC5
RGB
CMYK
RGB Variations
Color information
#9A8BC5 (or 0x9A8BC5) is known color: Cold Purple. HEX triplet: 9A, 8B and C5. RGB value is (154,139,197). Sum of RGB (Red+Green+Blue) = 154+139+197=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 139 (54.69% from 255 or 28.37% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 197 - color contains mainly: blue. Hex color #9A8BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8BC5 is #65743A. Grayscale: #959595. Windows color (decimal): -6648891 or 12946330. OLE color: 12946330.
HSL color Cylindrical-coordinate representation of color #9A8BC5: hue angle of 255.52º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A8BC5 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 139 | 197 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.23 |
| HSL | 255.52º | 0.33% | 0.66% | - |
| HSV(B) | 255.52º | 0.29% | 0.77% | - |
| XYZ | 32.64 | 29.37 | 56.77 | - |
| YUV | 150.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 139 | 197 | 0.22 | 0.29 | 0 | 0.23 | 255.52 | 0.33 | 0.66 |
| Hex | 9A | 8B | C5 | 16 | 1D | 0 | 17 | 100 | 21 | 42 |
| Octal | 232 | 213 | 305 | 26 | 35 | 0 | 27 | 400 | 41 | 102 |
| Binary | 10011010 | 10001011 | 11000101 | 10110 | 11101 | 0 | 10111 | 100000000 | 100001 | 1000010 |
Color Harmonies of #9A8BC5
Complementary color
Monochromatic Colors of #9A8BC5
Black with #9A8BC5
Text Example
Text Example
White with #9A8BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8BC5; }
p { color: rgb(154,139,197); }
H1.HeaderClassName
{
color: #9A8BC5;
}
.AnyTagClassName
{
color: #9A8BC5;
}
</style>
background-color css
<style>
a { background-color: #9A8BC5; }
a { background-color: rgb(154,139,197); }
div.DivClassName
{
background-color: #9A8BC5;
}
.BgClassName
{
background-color: #9A8BC5;
}
</style>
border-color css
<style>
span { border-color: #9A8BC5; }
span { border-color: rgb(154,139,197); }
td.TdClassName
{
border-color: #9A8BC5;
}
.TagClassName
{
border-color: #9A8BC5;
}
</style>