Shades of Cold Purple #9A90BE
Tints of Cold Purple #9A90BE
RGB
CMYK
RGB Variations
Color information
#9A90BE (or 0x9A90BE) is known color: Cold Purple. HEX triplet: 9A, 90 and BE. RGB value is (154,144,190). Sum of RGB (Red+Green+Blue) = 154+144+190=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90BE is #656F41. Grayscale: #989898. Windows color (decimal): -6647618 or 12488858. OLE color: 12488858.
HSL color Cylindrical-coordinate representation of color #9A90BE: hue angle of 253.04º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A90BE is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 144 | 190 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.25 |
| HSL | 253.04º | 0.26% | 0.65% | - |
| HSV(B) | 253.04º | 0.24% | 0.75% | - |
| XYZ | 32.59 | 30.53 | 52.89 | - |
| YUV | 152.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 190 | 0.19 | 0.24 | 0 | 0.25 | 253.04 | 0.26 | 0.65 |
| Hex | 9A | 90 | BE | 13 | 18 | 0 | 19 | FD | 1A | 41 |
| Octal | 232 | 220 | 276 | 23 | 30 | 0 | 31 | 375 | 32 | 101 |
| Binary | 10011010 | 10010000 | 10111110 | 10011 | 11000 | 0 | 11001 | 11111101 | 11010 | 1000001 |
Color Harmonies of #9A90BE
Complementary color
Monochromatic Colors of #9A90BE
Black with #9A90BE
Text Example
Text Example
White with #9A90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A90BE; }
p { color: rgb(154,144,190); }
H1.HeaderClassName
{
color: #9A90BE;
}
.AnyTagClassName
{
color: #9A90BE;
}
</style>
background-color css
<style>
a { background-color: #9A90BE; }
a { background-color: rgb(154,144,190); }
div.DivClassName
{
background-color: #9A90BE;
}
.BgClassName
{
background-color: #9A90BE;
}
</style>
border-color css
<style>
span { border-color: #9A90BE; }
span { border-color: rgb(154,144,190); }
td.TdClassName
{
border-color: #9A90BE;
}
.TagClassName
{
border-color: #9A90BE;
}
</style>