Shades of Cold Purple #9A90BD
Tints of Cold Purple #9A90BD
RGB
CMYK
RGB Variations
Color information
#9A90BD (or 0x9A90BD) is known color: Cold Purple. HEX triplet: 9A, 90 and BD. RGB value is (154,144,189). Sum of RGB (Red+Green+Blue) = 154+144+189=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A90BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90BD is #656F42. Grayscale: #979797. Windows color (decimal): -6647619 or 12423322. OLE color: 12423322.
HSL color Cylindrical-coordinate representation of color #9A90BD: hue angle of 253.33º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A90BD is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 144 | 189 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.26 |
| HSL | 253.33º | 0.25% | 0.65% | - |
| HSV(B) | 253.33º | 0.24% | 0.74% | - |
| XYZ | 32.49 | 30.49 | 52.32 | - |
| YUV | 152.12 | 148.81 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 144 | 189 | 0.19 | 0.24 | 0 | 0.26 | 253.33 | 0.25 | 0.65 |
| Hex | 9A | 90 | BD | 13 | 18 | 0 | 1A | FD | 19 | 41 |
| Octal | 232 | 220 | 275 | 23 | 30 | 0 | 32 | 375 | 31 | 101 |
| Binary | 10011010 | 10010000 | 10111101 | 10011 | 11000 | 0 | 11010 | 11111101 | 11001 | 1000001 |
Color Harmonies of #9A90BD
Complementary color
Monochromatic Colors of #9A90BD
Black with #9A90BD
Text Example
Text Example
White with #9A90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A90BD; }
p { color: rgb(154,144,189); }
H1.HeaderClassName
{
color: #9A90BD;
}
.AnyTagClassName
{
color: #9A90BD;
}
</style>
background-color css
<style>
a { background-color: #9A90BD; }
a { background-color: rgb(154,144,189); }
div.DivClassName
{
background-color: #9A90BD;
}
.BgClassName
{
background-color: #9A90BD;
}
</style>
border-color css
<style>
span { border-color: #9A90BD; }
span { border-color: rgb(154,144,189); }
td.TdClassName
{
border-color: #9A90BD;
}
.TagClassName
{
border-color: #9A90BD;
}
</style>