Shades of Cold Purple #9388BC
Tints of Cold Purple #9388BC
RGB
CMYK
RGB Variations
Color information
#9388BC (or 0x9388BC) is known color: Cold Purple. HEX triplet: 93, 88 and BC. RGB value is (147,136,188). Sum of RGB (Red+Green+Blue) = 147+136+188=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9388BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388BC is #6C7743. Grayscale: #919191. Windows color (decimal): -7108420 or 12355731. OLE color: 12355731.
HSL color Cylindrical-coordinate representation of color #9388BC: hue angle of 252.69º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9388BC is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 136 | 188 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.26 |
| HSL | 252.69º | 0.28% | 0.64% | - |
| HSV(B) | 252.69º | 0.28% | 0.74% | - |
| XYZ | 29.91 | 27.44 | 51.3 | - |
| YUV | 145.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 188 | 0.22 | 0.28 | 0 | 0.26 | 252.69 | 0.28 | 0.64 |
| Hex | 93 | 88 | BC | 16 | 1C | 0 | 1A | FD | 1C | 40 |
| Octal | 223 | 210 | 274 | 26 | 34 | 0 | 32 | 375 | 34 | 100 |
| Binary | 10010011 | 10001000 | 10111100 | 10110 | 11100 | 0 | 11010 | 11111101 | 11100 | 1000000 |
Color Harmonies of #9388BC
Complementary color
Monochromatic Colors of #9388BC
Black with #9388BC
Text Example
Text Example
White with #9388BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9388BC; }
p { color: rgb(147,136,188); }
H1.HeaderClassName
{
color: #9388BC;
}
.AnyTagClassName
{
color: #9388BC;
}
</style>
background-color css
<style>
a { background-color: #9388BC; }
a { background-color: rgb(147,136,188); }
div.DivClassName
{
background-color: #9388BC;
}
.BgClassName
{
background-color: #9388BC;
}
</style>
border-color css
<style>
span { border-color: #9388BC; }
span { border-color: rgb(147,136,188); }
td.TdClassName
{
border-color: #9388BC;
}
.TagClassName
{
border-color: #9388BC;
}
</style>