Shades of Cold Purple #938ABC
Tints of Cold Purple #938ABC
RGB
CMYK
RGB Variations
Color information
#938ABC (or 0x938ABC) is known color: Cold Purple. HEX triplet: 93, 8A and BC. RGB value is (147,138,188). Sum of RGB (Red+Green+Blue) = 147+138+188=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #938ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938ABC is #6C7543. Grayscale: #929292. Windows color (decimal): -7107908 or 12356243. OLE color: 12356243.
HSL color Cylindrical-coordinate representation of color #938ABC: hue angle of 250.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #938ABC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 138 | 188 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.26 |
| HSL | 250.8º | 0.27% | 0.64% | - |
| HSV(B) | 250.8º | 0.27% | 0.74% | - |
| XYZ | 30.2 | 28.01 | 51.39 | - |
| YUV | 146.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 188 | 0.22 | 0.27 | 0 | 0.26 | 250.8 | 0.27 | 0.64 |
| Hex | 93 | 8A | BC | 16 | 1B | 0 | 1A | FB | 1B | 40 |
| Octal | 223 | 212 | 274 | 26 | 33 | 0 | 32 | 373 | 33 | 100 |
| Binary | 10010011 | 10001010 | 10111100 | 10110 | 11011 | 0 | 11010 | 11111011 | 11011 | 1000000 |
Color Harmonies of #938ABC
Complementary color
Monochromatic Colors of #938ABC
Black with #938ABC
Text Example
Text Example
White with #938ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938ABC; }
p { color: rgb(147,138,188); }
H1.HeaderClassName
{
color: #938ABC;
}
.AnyTagClassName
{
color: #938ABC;
}
</style>
background-color css
<style>
a { background-color: #938ABC; }
a { background-color: rgb(147,138,188); }
div.DivClassName
{
background-color: #938ABC;
}
.BgClassName
{
background-color: #938ABC;
}
</style>
border-color css
<style>
span { border-color: #938ABC; }
span { border-color: rgb(147,138,188); }
td.TdClassName
{
border-color: #938ABC;
}
.TagClassName
{
border-color: #938ABC;
}
</style>