Shades of Cold Purple #9A8AC8
Tints of Cold Purple #9A8AC8
RGB
CMYK
RGB Variations
Color information
#9A8AC8 (or 0x9A8AC8) is known color: Cold Purple. HEX triplet: 9A, 8A and C8. RGB value is (154,138,200). Sum of RGB (Red+Green+Blue) = 154+138+200=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #9A8AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8AC8 is #657537. Grayscale: #959595. Windows color (decimal): -6649144 or 13142682. OLE color: 13142682.
HSL color Cylindrical-coordinate representation of color #9A8AC8: hue angle of 255.48º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A8AC8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 138 | 200 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.22 |
| HSL | 255.48º | 0.36% | 0.66% | - |
| HSV(B) | 255.48º | 0.31% | 0.78% | - |
| XYZ | 32.84 | 29.22 | 58.55 | - |
| YUV | 149.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 138 | 200 | 0.23 | 0.31 | 0 | 0.22 | 255.48 | 0.36 | 0.66 |
| Hex | 9A | 8A | C8 | 17 | 1F | 0 | 16 | FF | 24 | 42 |
| Octal | 232 | 212 | 310 | 27 | 37 | 0 | 26 | 377 | 44 | 102 |
| Binary | 10011010 | 10001010 | 11001000 | 10111 | 11111 | 0 | 10110 | 11111111 | 100100 | 1000010 |
Color Harmonies of #9A8AC8
Complementary color
Monochromatic Colors of #9A8AC8
Black with #9A8AC8
Text Example
Text Example
White with #9A8AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8AC8; }
p { color: rgb(154,138,200); }
H1.HeaderClassName
{
color: #9A8AC8;
}
.AnyTagClassName
{
color: #9A8AC8;
}
</style>
background-color css
<style>
a { background-color: #9A8AC8; }
a { background-color: rgb(154,138,200); }
div.DivClassName
{
background-color: #9A8AC8;
}
.BgClassName
{
background-color: #9A8AC8;
}
</style>
border-color css
<style>
span { border-color: #9A8AC8; }
span { border-color: rgb(154,138,200); }
td.TdClassName
{
border-color: #9A8AC8;
}
.TagClassName
{
border-color: #9A8AC8;
}
</style>