Shades of Cold Purple #938AC5
Tints of Cold Purple #938AC5
RGB
CMYK
RGB Variations
Color information
#938AC5 (or 0x938AC5) is known color: Cold Purple. HEX triplet: 93, 8A and C5. RGB value is (147,138,197). Sum of RGB (Red+Green+Blue) = 147+138+197=482 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.50% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 197 (77.34% from 255 or 40.87% from 482); Max value from RGB is 197 - color contains mainly: blue. Hex color #938AC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938AC5 is #6C753A. Grayscale: #939393. Windows color (decimal): -7107899 or 12946067. OLE color: 12946067.
HSL color Cylindrical-coordinate representation of color #938AC5: hue angle of 249.15º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #938AC5 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 138 | 197 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.23 |
| HSL | 249.15º | 0.34% | 0.66% | - |
| HSV(B) | 249.15º | 0.3% | 0.77% | - |
| XYZ | 31.2 | 28.41 | 56.66 | - |
| YUV | 147.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 138 | 197 | 0.25 | 0.30 | 0 | 0.23 | 249.15 | 0.34 | 0.66 |
| Hex | 93 | 8A | C5 | 19 | 1E | 0 | 17 | F9 | 22 | 42 |
| Octal | 223 | 212 | 305 | 31 | 36 | 0 | 27 | 371 | 42 | 102 |
| Binary | 10010011 | 10001010 | 11000101 | 11001 | 11110 | 0 | 10111 | 11111001 | 100010 | 1000010 |
Color Harmonies of #938AC5
Complementary color
Monochromatic Colors of #938AC5
Black with #938AC5
Text Example
Text Example
White with #938AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938AC5; }
p { color: rgb(147,138,197); }
H1.HeaderClassName
{
color: #938AC5;
}
.AnyTagClassName
{
color: #938AC5;
}
</style>
background-color css
<style>
a { background-color: #938AC5; }
a { background-color: rgb(147,138,197); }
div.DivClassName
{
background-color: #938AC5;
}
.BgClassName
{
background-color: #938AC5;
}
</style>
border-color css
<style>
span { border-color: #938AC5; }
span { border-color: rgb(147,138,197); }
td.TdClassName
{
border-color: #938AC5;
}
.TagClassName
{
border-color: #938AC5;
}
</style>