Shades of Cold Purple #9A91B8
Tints of Cold Purple #9A91B8
RGB
CMYK
RGB Variations
Color information
#9A91B8 (or 0x9A91B8) is known color: Cold Purple. HEX triplet: 9A, 91 and B8. RGB value is (154,145,184). Sum of RGB (Red+Green+Blue) = 154+145+184=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 184 - color contains mainly: blue. Hex color #9A91B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A91B8 is #656E47. Grayscale: #979797. Windows color (decimal): -6647368 or 12095898. OLE color: 12095898.
HSL color Cylindrical-coordinate representation of color #9A91B8: hue angle of 253.85º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A91B8 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 145 | 184 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.28 |
| HSL | 253.85º | 0.22% | 0.65% | - |
| HSV(B) | 253.85º | 0.21% | 0.72% | - |
| XYZ | 32.1 | 30.58 | 49.56 | - |
| YUV | 152.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 145 | 184 | 0.16 | 0.21 | 0 | 0.28 | 253.85 | 0.22 | 0.65 |
| Hex | 9A | 91 | B8 | 10 | 15 | 0 | 1C | FE | 16 | 41 |
| Octal | 232 | 221 | 270 | 20 | 25 | 0 | 34 | 376 | 26 | 101 |
| Binary | 10011010 | 10010001 | 10111000 | 10000 | 10101 | 0 | 11100 | 11111110 | 10110 | 1000001 |
Color Harmonies of #9A91B8
Complementary color
Monochromatic Colors of #9A91B8
Black with #9A91B8
Text Example
Text Example
White with #9A91B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A91B8; }
p { color: rgb(154,145,184); }
H1.HeaderClassName
{
color: #9A91B8;
}
.AnyTagClassName
{
color: #9A91B8;
}
</style>
background-color css
<style>
a { background-color: #9A91B8; }
a { background-color: rgb(154,145,184); }
div.DivClassName
{
background-color: #9A91B8;
}
.BgClassName
{
background-color: #9A91B8;
}
</style>
border-color css
<style>
span { border-color: #9A91B8; }
span { border-color: rgb(154,145,184); }
td.TdClassName
{
border-color: #9A91B8;
}
.TagClassName
{
border-color: #9A91B8;
}
</style>