Shades of Cold Purple #9A8DCD
Tints of Cold Purple #9A8DCD
RGB
CMYK
RGB Variations
Color information
#9A8DCD (or 0x9A8DCD) is known color: Cold Purple. HEX triplet: 9A, 8D and CD. RGB value is (154,141,205). Sum of RGB (Red+Green+Blue) = 154+141+205=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8DCD is #657232. Grayscale: #979797. Windows color (decimal): -6648371 or 13471130. OLE color: 13471130.
HSL color Cylindrical-coordinate representation of color #9A8DCD: hue angle of 252.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A8DCD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 154 | 141 | 205 | - |
CMYK | 0.25 | 0.31 | 0 | 0.20 |
HSL | 252.19º | 0.39% | 0.68% | - |
HSV(B) | 252.19º | 0.31% | 0.8% | - |
XYZ | 33.87 | 30.33 | 61.83 | - |
YUV | 152.18 | 157.81 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 141 | 205 | 0.25 | 0.31 | 0 | 0.20 | 252.19 | 0.39 | 0.68 |
Hex | 9A | 8D | CD | 19 | 1F | 0 | 14 | FC | 27 | 44 |
Octal | 232 | 215 | 315 | 31 | 37 | 0 | 24 | 374 | 47 | 104 |
Binary | 10011010 | 10001101 | 11001101 | 11001 | 11111 | 0 | 10100 | 11111100 | 100111 | 1000100 |
Color Harmonies of #9A8DCD
Complementary color
Monochromatic Colors of #9A8DCD
Black with #9A8DCD
Text Example
Text Example
White with #9A8DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DCD; }
p { color: rgb(154,141,205); }
H1.HeaderClassName
{
color: #9A8DCD;
}
.AnyTagClassName
{
color: #9A8DCD;
}
</style>
background-color css
<style>
a { background-color: #9A8DCD; }
a { background-color: rgb(154,141,205); }
div.DivClassName
{
background-color: #9A8DCD;
}
.BgClassName
{
background-color: #9A8DCD;
}
</style>
border-color css
<style>
span { border-color: #9A8DCD; }
span { border-color: rgb(154,141,205); }
td.TdClassName
{
border-color: #9A8DCD;
}
.TagClassName
{
border-color: #9A8DCD;
}
</style>