Shades of Cold Purple #9384BA
Tints of Cold Purple #9384BA
RGB
CMYK
RGB Variations
Color information
#9384BA (or 0x9384BA) is known color: Cold Purple. HEX triplet: 93, 84 and BA. RGB value is (147,132,186). Sum of RGB (Red+Green+Blue) = 147+132+186=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9384BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384BA is #6C7B45. Grayscale: #8E8E8E. Windows color (decimal): -7109446 or 12223635. OLE color: 12223635.
HSL color Cylindrical-coordinate representation of color #9384BA: hue angle of 256.67º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9384BA is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 132 | 186 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.27 |
| HSL | 256.67º | 0.28% | 0.62% | - |
| HSV(B) | 256.67º | 0.29% | 0.73% | - |
| XYZ | 29.15 | 26.25 | 49.99 | - |
| YUV | 142.64 | 152.47 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 186 | 0.21 | 0.29 | 0 | 0.27 | 256.67 | 0.28 | 0.62 |
| Hex | 93 | 84 | BA | 15 | 1D | 0 | 1B | 101 | 1C | 3E |
| Octal | 223 | 204 | 272 | 25 | 35 | 0 | 33 | 401 | 34 | 76 |
| Binary | 10010011 | 10000100 | 10111010 | 10101 | 11101 | 0 | 11011 | 100000001 | 11100 | 111110 |
Color Harmonies of #9384BA
Complementary color
Monochromatic Colors of #9384BA
Black with #9384BA
Text Example
Text Example
White with #9384BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9384BA; }
p { color: rgb(147,132,186); }
H1.HeaderClassName
{
color: #9384BA;
}
.AnyTagClassName
{
color: #9384BA;
}
</style>
background-color css
<style>
a { background-color: #9384BA; }
a { background-color: rgb(147,132,186); }
div.DivClassName
{
background-color: #9384BA;
}
.BgClassName
{
background-color: #9384BA;
}
</style>
border-color css
<style>
span { border-color: #9384BA; }
span { border-color: rgb(147,132,186); }
td.TdClassName
{
border-color: #9384BA;
}
.TagClassName
{
border-color: #9384BA;
}
</style>