Shades of Cold Purple #9389B1
Tints of Cold Purple #9389B1
RGB
CMYK
RGB Variations
Color information
#9389B1 (or 0x9389B1) is known color: Cold Purple. HEX triplet: 93, 89 and B1. RGB value is (147,137,177). Sum of RGB (Red+Green+Blue) = 147+137+177=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 177 - color contains mainly: blue. Hex color #9389B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9389B1 is #6C764E. Grayscale: #909090. Windows color (decimal): -7108175 or 11635091. OLE color: 11635091.
HSL color Cylindrical-coordinate representation of color #9389B1: hue angle of 255º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9389B1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 137 | 177 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.31 |
| HSL | 255º | 0.2% | 0.62% | - |
| HSV(B) | 255º | 0.23% | 0.69% | - |
| XYZ | 28.91 | 27.27 | 45.33 | - |
| YUV | 144.55 | 146.31 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 177 | 0.17 | 0.23 | 0 | 0.31 | 255 | 0.2 | 0.62 |
| Hex | 93 | 89 | B1 | 11 | 17 | 0 | 1F | FF | 14 | 3E |
| Octal | 223 | 211 | 261 | 21 | 27 | 0 | 37 | 377 | 24 | 76 |
| Binary | 10010011 | 10001001 | 10110001 | 10001 | 10111 | 0 | 11111 | 11111111 | 10100 | 111110 |
Color Harmonies of #9389B1
Complementary color
Monochromatic Colors of #9389B1
Black with #9389B1
Text Example
Text Example
White with #9389B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9389B1; }
p { color: rgb(147,137,177); }
H1.HeaderClassName
{
color: #9389B1;
}
.AnyTagClassName
{
color: #9389B1;
}
</style>
background-color css
<style>
a { background-color: #9389B1; }
a { background-color: rgb(147,137,177); }
div.DivClassName
{
background-color: #9389B1;
}
.BgClassName
{
background-color: #9389B1;
}
</style>
border-color css
<style>
span { border-color: #9389B1; }
span { border-color: rgb(147,137,177); }
td.TdClassName
{
border-color: #9389B1;
}
.TagClassName
{
border-color: #9389B1;
}
</style>