Shades of Cold Purple #938BC1
Tints of Cold Purple #938BC1
RGB
CMYK
RGB Variations
Color information
#938BC1 (or 0x938BC1) is known color: Cold Purple. HEX triplet: 93, 8B and C1. RGB value is (147,139,193). Sum of RGB (Red+Green+Blue) = 147+139+193=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #938BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938BC1 is #6C743E. Grayscale: #939393. Windows color (decimal): -7107647 or 12684179. OLE color: 12684179.
HSL color Cylindrical-coordinate representation of color #938BC1: hue angle of 248.89º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #938BC1 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 139 | 193 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.24 |
| HSL | 248.89º | 0.3% | 0.65% | - |
| HSV(B) | 248.89º | 0.28% | 0.76% | - |
| XYZ | 30.89 | 28.52 | 54.33 | - |
| YUV | 147.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 139 | 193 | 0.24 | 0.28 | 0 | 0.24 | 248.89 | 0.3 | 0.65 |
| Hex | 93 | 8B | C1 | 18 | 1C | 0 | 18 | F9 | 1E | 41 |
| Octal | 223 | 213 | 301 | 30 | 34 | 0 | 30 | 371 | 36 | 101 |
| Binary | 10010011 | 10001011 | 11000001 | 11000 | 11100 | 0 | 11000 | 11111001 | 11110 | 1000001 |
Color Harmonies of #938BC1
Complementary color
Monochromatic Colors of #938BC1
Black with #938BC1
Text Example
Text Example
White with #938BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938BC1; }
p { color: rgb(147,139,193); }
H1.HeaderClassName
{
color: #938BC1;
}
.AnyTagClassName
{
color: #938BC1;
}
</style>
background-color css
<style>
a { background-color: #938BC1; }
a { background-color: rgb(147,139,193); }
div.DivClassName
{
background-color: #938BC1;
}
.BgClassName
{
background-color: #938BC1;
}
</style>
border-color css
<style>
span { border-color: #938BC1; }
span { border-color: rgb(147,139,193); }
td.TdClassName
{
border-color: #938BC1;
}
.TagClassName
{
border-color: #938BC1;
}
</style>