Shades of Cold Purple #918AB9
Tints of Cold Purple #918AB9
RGB
CMYK
RGB Variations
Color information
#918AB9 (or 0x918AB9) is known color: Cold Purple. HEX triplet: 91, 8A and B9. RGB value is (145,138,185). Sum of RGB (Red+Green+Blue) = 145+138+185=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #918AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AB9 is #6E7546. Grayscale: #919191. Windows color (decimal): -7238983 or 12159633. OLE color: 12159633.
HSL color Cylindrical-coordinate representation of color #918AB9: hue angle of 248.94º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #918AB9 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 138 | 185 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.27 |
| HSL | 248.94º | 0.25% | 0.63% | - |
| HSV(B) | 248.94º | 0.25% | 0.73% | - |
| XYZ | 29.52 | 27.7 | 49.69 | - |
| YUV | 145.45 | 150.32 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 185 | 0.22 | 0.25 | 0 | 0.27 | 248.94 | 0.25 | 0.63 |
| Hex | 91 | 8A | B9 | 16 | 19 | 0 | 1B | F9 | 19 | 3F |
| Octal | 221 | 212 | 271 | 26 | 31 | 0 | 33 | 371 | 31 | 77 |
| Binary | 10010001 | 10001010 | 10111001 | 10110 | 11001 | 0 | 11011 | 11111001 | 11001 | 111111 |
Color Harmonies of #918AB9
Complementary color
Monochromatic Colors of #918AB9
Black with #918AB9
Text Example
Text Example
White with #918AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AB9; }
p { color: rgb(145,138,185); }
H1.HeaderClassName
{
color: #918AB9;
}
.AnyTagClassName
{
color: #918AB9;
}
</style>
background-color css
<style>
a { background-color: #918AB9; }
a { background-color: rgb(145,138,185); }
div.DivClassName
{
background-color: #918AB9;
}
.BgClassName
{
background-color: #918AB9;
}
</style>
border-color css
<style>
span { border-color: #918AB9; }
span { border-color: rgb(145,138,185); }
td.TdClassName
{
border-color: #918AB9;
}
.TagClassName
{
border-color: #918AB9;
}
</style>