Shades of Cold Purple #938AC0
Tints of Cold Purple #938AC0
RGB
CMYK
RGB Variations
Color information
#938AC0 (or 0x938AC0) is known color: Cold Purple. HEX triplet: 93, 8A and C0. RGB value is (147,138,192). Sum of RGB (Red+Green+Blue) = 147+138+192=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 192 - color contains mainly: blue. Hex color #938AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AC0 is #6C753F. Grayscale: #929292. Windows color (decimal): -7107904 or 12618387. OLE color: 12618387.
HSL color Cylindrical-coordinate representation of color #938AC0: hue angle of 250º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #938AC0 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 138 | 192 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.25 |
| HSL | 250º | 0.3% | 0.65% | - |
| HSV(B) | 250º | 0.28% | 0.75% | - |
| XYZ | 30.64 | 28.19 | 53.69 | - |
| YUV | 146.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 192 | 0.23 | 0.28 | 0 | 0.25 | 250 | 0.3 | 0.65 |
| Hex | 93 | 8A | C0 | 17 | 1C | 0 | 19 | FA | 1E | 41 |
| Octal | 223 | 212 | 300 | 27 | 34 | 0 | 31 | 372 | 36 | 101 |
| Binary | 10010011 | 10001010 | 11000000 | 10111 | 11100 | 0 | 11001 | 11111010 | 11110 | 1000001 |
Color Harmonies of #938AC0
Complementary color
Monochromatic Colors of #938AC0
Black with #938AC0
Text Example
Text Example
White with #938AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AC0; }
p { color: rgb(147,138,192); }
H1.HeaderClassName
{
color: #938AC0;
}
.AnyTagClassName
{
color: #938AC0;
}
</style>
background-color css
<style>
a { background-color: #938AC0; }
a { background-color: rgb(147,138,192); }
div.DivClassName
{
background-color: #938AC0;
}
.BgClassName
{
background-color: #938AC0;
}
</style>
border-color css
<style>
span { border-color: #938AC0; }
span { border-color: rgb(147,138,192); }
td.TdClassName
{
border-color: #938AC0;
}
.TagClassName
{
border-color: #938AC0;
}
</style>