Shades of Cold Purple #938CBC
Tints of Cold Purple #938CBC
RGB
CMYK
RGB Variations
Color information
#938CBC (or 0x938CBC) is known color: Cold Purple. HEX triplet: 93, 8C and BC. RGB value is (147,140,188). Sum of RGB (Red+Green+Blue) = 147+140+188=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #938CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938CBC is #6C7343. Grayscale: #939393. Windows color (decimal): -7107396 or 12356755. OLE color: 12356755.
HSL color Cylindrical-coordinate representation of color #938CBC: hue angle of 248.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #938CBC is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 140 | 188 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.26 |
| HSL | 248.75º | 0.26% | 0.64% | - |
| HSV(B) | 248.75º | 0.26% | 0.74% | - |
| XYZ | 30.49 | 28.59 | 51.49 | - |
| YUV | 147.57 | 150.82 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 188 | 0.22 | 0.26 | 0 | 0.26 | 248.75 | 0.26 | 0.64 |
| Hex | 93 | 8C | BC | 16 | 1A | 0 | 1A | F9 | 1A | 40 |
| Octal | 223 | 214 | 274 | 26 | 32 | 0 | 32 | 371 | 32 | 100 |
| Binary | 10010011 | 10001100 | 10111100 | 10110 | 11010 | 0 | 11010 | 11111001 | 11010 | 1000000 |
Color Harmonies of #938CBC
Complementary color
Monochromatic Colors of #938CBC
Black with #938CBC
Text Example
Text Example
White with #938CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CBC; }
p { color: rgb(147,140,188); }
H1.HeaderClassName
{
color: #938CBC;
}
.AnyTagClassName
{
color: #938CBC;
}
</style>
background-color css
<style>
a { background-color: #938CBC; }
a { background-color: rgb(147,140,188); }
div.DivClassName
{
background-color: #938CBC;
}
.BgClassName
{
background-color: #938CBC;
}
</style>
border-color css
<style>
span { border-color: #938CBC; }
span { border-color: rgb(147,140,188); }
td.TdClassName
{
border-color: #938CBC;
}
.TagClassName
{
border-color: #938CBC;
}
</style>