Shades of Cold Purple #9388BB
Tints of Cold Purple #9388BB
RGB
CMYK
RGB Variations
Color information
#9388BB (or 0x9388BB) is known color: Cold Purple. HEX triplet: 93, 88 and BB. RGB value is (147,136,187). Sum of RGB (Red+Green+Blue) = 147+136+187=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #9388BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388BB is #6C7744. Grayscale: #909090. Windows color (decimal): -7108421 or 12290195. OLE color: 12290195.
HSL color Cylindrical-coordinate representation of color #9388BB: hue angle of 252.94º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9388BB is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 136 | 187 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.27 |
| HSL | 252.94º | 0.27% | 0.63% | - |
| HSV(B) | 252.94º | 0.27% | 0.73% | - |
| XYZ | 29.81 | 27.4 | 50.73 | - |
| YUV | 145.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 187 | 0.21 | 0.27 | 0 | 0.27 | 252.94 | 0.27 | 0.63 |
| Hex | 93 | 88 | BB | 15 | 1B | 0 | 1B | FD | 1B | 3F |
| Octal | 223 | 210 | 273 | 25 | 33 | 0 | 33 | 375 | 33 | 77 |
| Binary | 10010011 | 10001000 | 10111011 | 10101 | 11011 | 0 | 11011 | 11111101 | 11011 | 111111 |
Color Harmonies of #9388BB
Complementary color
Monochromatic Colors of #9388BB
Black with #9388BB
Text Example
Text Example
White with #9388BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9388BB; }
p { color: rgb(147,136,187); }
H1.HeaderClassName
{
color: #9388BB;
}
.AnyTagClassName
{
color: #9388BB;
}
</style>
background-color css
<style>
a { background-color: #9388BB; }
a { background-color: rgb(147,136,187); }
div.DivClassName
{
background-color: #9388BB;
}
.BgClassName
{
background-color: #9388BB;
}
</style>
border-color css
<style>
span { border-color: #9388BB; }
span { border-color: rgb(147,136,187); }
td.TdClassName
{
border-color: #9388BB;
}
.TagClassName
{
border-color: #9388BB;
}
</style>