Shades of Cold Purple #908ABB
Tints of Cold Purple #908ABB
RGB
CMYK
RGB Variations
Color information
#908ABB (or 0x908ABB) is known color: Cold Purple. HEX triplet: 90, 8A and BB. RGB value is (144,138,187). Sum of RGB (Red+Green+Blue) = 144+138+187=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #908ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ABB is #6F7544. Grayscale: #919191. Windows color (decimal): -7304517 or 12290704. OLE color: 12290704.
HSL color Cylindrical-coordinate representation of color #908ABB: hue angle of 247.35º 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 #908ABB is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 138 | 187 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.27 |
| HSL | 247.35º | 0.26% | 0.64% | - |
| HSV(B) | 247.35º | 0.26% | 0.73% | - |
| XYZ | 29.56 | 27.69 | 50.8 | - |
| YUV | 145.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 187 | 0.23 | 0.26 | 0 | 0.27 | 247.35 | 0.26 | 0.64 |
| Hex | 90 | 8A | BB | 17 | 1A | 0 | 1B | F7 | 1A | 40 |
| Octal | 220 | 212 | 273 | 27 | 32 | 0 | 33 | 367 | 32 | 100 |
| Binary | 10010000 | 10001010 | 10111011 | 10111 | 11010 | 0 | 11011 | 11110111 | 11010 | 1000000 |
Color Harmonies of #908ABB
Complementary color
Monochromatic Colors of #908ABB
Black with #908ABB
Text Example
Text Example
White with #908ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908ABB; }
p { color: rgb(144,138,187); }
H1.HeaderClassName
{
color: #908ABB;
}
.AnyTagClassName
{
color: #908ABB;
}
</style>
background-color css
<style>
a { background-color: #908ABB; }
a { background-color: rgb(144,138,187); }
div.DivClassName
{
background-color: #908ABB;
}
.BgClassName
{
background-color: #908ABB;
}
</style>
border-color css
<style>
span { border-color: #908ABB; }
span { border-color: rgb(144,138,187); }
td.TdClassName
{
border-color: #908ABB;
}
.TagClassName
{
border-color: #908ABB;
}
</style>