Shades of Cold Purple #918ABB
Tints of Cold Purple #918ABB
RGB
CMYK
RGB Variations
Color information
#918ABB (or 0x918ABB) is known color: Cold Purple. HEX triplet: 91, 8A and BB. RGB value is (145,138,187). Sum of RGB (Red+Green+Blue) = 145+138+187=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #918ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918ABB is #6E7544. Grayscale: #919191. Windows color (decimal): -7238981 or 12290705. OLE color: 12290705.
HSL color Cylindrical-coordinate representation of color #918ABB: hue angle of 248.57º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #918ABB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 138 | 187 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.27 |
| HSL | 248.57º | 0.26% | 0.64% | - |
| HSV(B) | 248.57º | 0.26% | 0.73% | - |
| XYZ | 29.74 | 27.78 | 50.81 | - |
| YUV | 145.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 187 | 0.22 | 0.26 | 0 | 0.27 | 248.57 | 0.26 | 0.64 |
| Hex | 91 | 8A | BB | 16 | 1A | 0 | 1B | F9 | 1A | 40 |
| Octal | 221 | 212 | 273 | 26 | 32 | 0 | 33 | 371 | 32 | 100 |
| Binary | 10010001 | 10001010 | 10111011 | 10110 | 11010 | 0 | 11011 | 11111001 | 11010 | 1000000 |
Color Harmonies of #918ABB
Complementary color
Monochromatic Colors of #918ABB
Black with #918ABB
Text Example
Text Example
White with #918ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918ABB; }
p { color: rgb(145,138,187); }
H1.HeaderClassName
{
color: #918ABB;
}
.AnyTagClassName
{
color: #918ABB;
}
</style>
background-color css
<style>
a { background-color: #918ABB; }
a { background-color: rgb(145,138,187); }
div.DivClassName
{
background-color: #918ABB;
}
.BgClassName
{
background-color: #918ABB;
}
</style>
border-color css
<style>
span { border-color: #918ABB; }
span { border-color: rgb(145,138,187); }
td.TdClassName
{
border-color: #918ABB;
}
.TagClassName
{
border-color: #918ABB;
}
</style>