Shades of Cold Purple #938AB9
Tints of Cold Purple #938AB9
RGB
CMYK
RGB Variations
Color information
#938AB9 (or 0x938AB9) is known color: Cold Purple. HEX triplet: 93, 8A and B9. RGB value is (147,138,185). Sum of RGB (Red+Green+Blue) = 147+138+185=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 185 - color contains mainly: blue. Hex color #938AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AB9 is #6C7546. Grayscale: #919191. Windows color (decimal): -7107911 or 12159635. OLE color: 12159635.
HSL color Cylindrical-coordinate representation of color #938AB9: hue angle of 251.49º 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 #938AB9 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 138 | 185 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.27 |
| HSL | 251.49º | 0.25% | 0.63% | - |
| HSV(B) | 251.49º | 0.25% | 0.73% | - |
| XYZ | 29.88 | 27.88 | 49.71 | - |
| YUV | 146.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 185 | 0.21 | 0.25 | 0 | 0.27 | 251.49 | 0.25 | 0.63 |
| Hex | 93 | 8A | B9 | 15 | 19 | 0 | 1B | FB | 19 | 3F |
| Octal | 223 | 212 | 271 | 25 | 31 | 0 | 33 | 373 | 31 | 77 |
| Binary | 10010011 | 10001010 | 10111001 | 10101 | 11001 | 0 | 11011 | 11111011 | 11001 | 111111 |
Color Harmonies of #938AB9
Complementary color
Monochromatic Colors of #938AB9
Black with #938AB9
Text Example
Text Example
White with #938AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AB9; }
p { color: rgb(147,138,185); }
H1.HeaderClassName
{
color: #938AB9;
}
.AnyTagClassName
{
color: #938AB9;
}
</style>
background-color css
<style>
a { background-color: #938AB9; }
a { background-color: rgb(147,138,185); }
div.DivClassName
{
background-color: #938AB9;
}
.BgClassName
{
background-color: #938AB9;
}
</style>
border-color css
<style>
span { border-color: #938AB9; }
span { border-color: rgb(147,138,185); }
td.TdClassName
{
border-color: #938AB9;
}
.TagClassName
{
border-color: #938AB9;
}
</style>