Shades of Cold Purple #9388B1
Tints of Cold Purple #9388B1
RGB
CMYK
RGB Variations
Color information
#9388B1 (or 0x9388B1) is known color: Cold Purple. HEX triplet: 93, 88 and B1. RGB value is (147,136,177). Sum of RGB (Red+Green+Blue) = 147+136+177=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 177 - color contains mainly: blue. Hex color #9388B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9388B1 is #6C774E. Grayscale: #8F8F8F. Windows color (decimal): -7108431 or 11634835. OLE color: 11634835.
HSL color Cylindrical-coordinate representation of color #9388B1: hue angle of 256.1º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9388B1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 136 | 177 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.31 |
| HSL | 256.1º | 0.21% | 0.61% | - |
| HSV(B) | 256.1º | 0.23% | 0.69% | - |
| XYZ | 28.77 | 26.99 | 45.29 | - |
| YUV | 143.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 177 | 0.17 | 0.23 | 0 | 0.31 | 256.1 | 0.21 | 0.61 |
| Hex | 93 | 88 | B1 | 11 | 17 | 0 | 1F | 100 | 15 | 3D |
| Octal | 223 | 210 | 261 | 21 | 27 | 0 | 37 | 400 | 25 | 75 |
| Binary | 10010011 | 10001000 | 10110001 | 10001 | 10111 | 0 | 11111 | 100000000 | 10101 | 111101 |
Color Harmonies of #9388B1
Complementary color
Monochromatic Colors of #9388B1
Black with #9388B1
Text Example
Text Example
White with #9388B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9388B1; }
p { color: rgb(147,136,177); }
H1.HeaderClassName
{
color: #9388B1;
}
.AnyTagClassName
{
color: #9388B1;
}
</style>
background-color css
<style>
a { background-color: #9388B1; }
a { background-color: rgb(147,136,177); }
div.DivClassName
{
background-color: #9388B1;
}
.BgClassName
{
background-color: #9388B1;
}
</style>
border-color css
<style>
span { border-color: #9388B1; }
span { border-color: rgb(147,136,177); }
td.TdClassName
{
border-color: #9388B1;
}
.TagClassName
{
border-color: #9388B1;
}
</style>