Shades of Cold Purple #9A8CBC
Tints of Cold Purple #9A8CBC
RGB
CMYK
RGB Variations
Color information
#9A8CBC (or 0x9A8CBC) is known color: Cold Purple. HEX triplet: 9A, 8C and BC. RGB value is (154,140,188). Sum of RGB (Red+Green+Blue) = 154+140+188=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A8CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CBC is #657343. Grayscale: #959595. Windows color (decimal): -6648644 or 12356762. OLE color: 12356762.
HSL color Cylindrical-coordinate representation of color #9A8CBC: hue angle of 257.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9A8CBC is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 140 | 188 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.26 |
| HSL | 257.5º | 0.26% | 0.64% | - |
| HSV(B) | 257.5º | 0.26% | 0.74% | - |
| XYZ | 31.78 | 29.26 | 51.55 | - |
| YUV | 149.66 | 149.64 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 188 | 0.18 | 0.26 | 0 | 0.26 | 257.5 | 0.26 | 0.64 |
| Hex | 9A | 8C | BC | 12 | 1A | 0 | 1A | 102 | 1A | 40 |
| Octal | 232 | 214 | 274 | 22 | 32 | 0 | 32 | 402 | 32 | 100 |
| Binary | 10011010 | 10001100 | 10111100 | 10010 | 11010 | 0 | 11010 | 100000010 | 11010 | 1000000 |
Color Harmonies of #9A8CBC
Complementary color
Monochromatic Colors of #9A8CBC
Black with #9A8CBC
Text Example
Text Example
White with #9A8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CBC; }
p { color: rgb(154,140,188); }
H1.HeaderClassName
{
color: #9A8CBC;
}
.AnyTagClassName
{
color: #9A8CBC;
}
</style>
background-color css
<style>
a { background-color: #9A8CBC; }
a { background-color: rgb(154,140,188); }
div.DivClassName
{
background-color: #9A8CBC;
}
.BgClassName
{
background-color: #9A8CBC;
}
</style>
border-color css
<style>
span { border-color: #9A8CBC; }
span { border-color: rgb(154,140,188); }
td.TdClassName
{
border-color: #9A8CBC;
}
.TagClassName
{
border-color: #9A8CBC;
}
</style>