Shades of Cold Purple #938ABB
Tints of Cold Purple #938ABB
RGB
CMYK
RGB Variations
Color information
#938ABB (or 0x938ABB) is known color: Cold Purple. HEX triplet: 93, 8A and BB. RGB value is (147,138,187). Sum of RGB (Red+Green+Blue) = 147+138+187=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #938ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ABB is #6C7544. Grayscale: #929292. Windows color (decimal): -7107909 or 12290707. OLE color: 12290707.
HSL color Cylindrical-coordinate representation of color #938ABB: hue angle of 251.02º 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 #938ABB is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 138 | 187 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.27 |
| HSL | 251.02º | 0.26% | 0.64% | - |
| HSV(B) | 251.02º | 0.26% | 0.73% | - |
| XYZ | 30.09 | 27.97 | 50.83 | - |
| YUV | 146.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 187 | 0.21 | 0.26 | 0 | 0.27 | 251.02 | 0.26 | 0.64 |
| Hex | 93 | 8A | BB | 15 | 1A | 0 | 1B | FB | 1A | 40 |
| Octal | 223 | 212 | 273 | 25 | 32 | 0 | 33 | 373 | 32 | 100 |
| Binary | 10010011 | 10001010 | 10111011 | 10101 | 11010 | 0 | 11011 | 11111011 | 11010 | 1000000 |
Color Harmonies of #938ABB
Complementary color
Monochromatic Colors of #938ABB
Black with #938ABB
Text Example
Text Example
White with #938ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938ABB; }
p { color: rgb(147,138,187); }
H1.HeaderClassName
{
color: #938ABB;
}
.AnyTagClassName
{
color: #938ABB;
}
</style>
background-color css
<style>
a { background-color: #938ABB; }
a { background-color: rgb(147,138,187); }
div.DivClassName
{
background-color: #938ABB;
}
.BgClassName
{
background-color: #938ABB;
}
</style>
border-color css
<style>
span { border-color: #938ABB; }
span { border-color: rgb(147,138,187); }
td.TdClassName
{
border-color: #938ABB;
}
.TagClassName
{
border-color: #938ABB;
}
</style>