Shades of Cold Purple #9A8DC3
Tints of Cold Purple #9A8DC3
RGB
CMYK
RGB Variations
Color information
#9A8DC3 (or 0x9A8DC3) is known color: Cold Purple. HEX triplet: 9A, 8D and C3. RGB value is (154,141,195). Sum of RGB (Red+Green+Blue) = 154+141+195=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #9A8DC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DC3 is #65723C. Grayscale: #969696. Windows color (decimal): -6648381 or 12815770. OLE color: 12815770.
HSL color Cylindrical-coordinate representation of color #9A8DC3: hue angle of 254.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A8DC3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 141 | 195 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.24 |
| HSL | 254.44º | 0.31% | 0.66% | - |
| HSV(B) | 254.44º | 0.28% | 0.76% | - |
| XYZ | 32.7 | 29.86 | 55.67 | - |
| YUV | 151.04 | 152.81 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 195 | 0.21 | 0.28 | 0 | 0.24 | 254.44 | 0.31 | 0.66 |
| Hex | 9A | 8D | C3 | 15 | 1C | 0 | 18 | FE | 1F | 42 |
| Octal | 232 | 215 | 303 | 25 | 34 | 0 | 30 | 376 | 37 | 102 |
| Binary | 10011010 | 10001101 | 11000011 | 10101 | 11100 | 0 | 11000 | 11111110 | 11111 | 1000010 |
Color Harmonies of #9A8DC3
Complementary color
Monochromatic Colors of #9A8DC3
Black with #9A8DC3
Text Example
Text Example
White with #9A8DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DC3; }
p { color: rgb(154,141,195); }
H1.HeaderClassName
{
color: #9A8DC3;
}
.AnyTagClassName
{
color: #9A8DC3;
}
</style>
background-color css
<style>
a { background-color: #9A8DC3; }
a { background-color: rgb(154,141,195); }
div.DivClassName
{
background-color: #9A8DC3;
}
.BgClassName
{
background-color: #9A8DC3;
}
</style>
border-color css
<style>
span { border-color: #9A8DC3; }
span { border-color: rgb(154,141,195); }
td.TdClassName
{
border-color: #9A8DC3;
}
.TagClassName
{
border-color: #9A8DC3;
}
</style>