Shades of Cold Purple #9384B9
Tints of Cold Purple #9384B9
RGB
CMYK
RGB Variations
Color information
#9384B9 (or 0x9384B9) is known color: Cold Purple. HEX triplet: 93, 84 and B9. RGB value is (147,132,185). Sum of RGB (Red+Green+Blue) = 147+132+185=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #9384B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384B9 is #6C7B46. Grayscale: #8E8E8E. Windows color (decimal): -7109447 or 12158099. OLE color: 12158099.
HSL color Cylindrical-coordinate representation of color #9384B9: hue angle of 256.98º degrees, saturation: 0.27, 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 #9384B9 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 132 | 185 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.27 |
| HSL | 256.98º | 0.27% | 0.62% | - |
| HSV(B) | 256.98º | 0.29% | 0.73% | - |
| XYZ | 29.04 | 26.21 | 49.43 | - |
| YUV | 142.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 132 | 185 | 0.21 | 0.29 | 0 | 0.27 | 256.98 | 0.27 | 0.62 |
| Hex | 93 | 84 | B9 | 15 | 1D | 0 | 1B | 101 | 1B | 3E |
| Octal | 223 | 204 | 271 | 25 | 35 | 0 | 33 | 401 | 33 | 76 |
| Binary | 10010011 | 10000100 | 10111001 | 10101 | 11101 | 0 | 11011 | 100000001 | 11011 | 111110 |
Color Harmonies of #9384B9
Complementary color
Monochromatic Colors of #9384B9
Black with #9384B9
Text Example
Text Example
White with #9384B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9384B9; }
p { color: rgb(147,132,185); }
H1.HeaderClassName
{
color: #9384B9;
}
.AnyTagClassName
{
color: #9384B9;
}
</style>
background-color css
<style>
a { background-color: #9384B9; }
a { background-color: rgb(147,132,185); }
div.DivClassName
{
background-color: #9384B9;
}
.BgClassName
{
background-color: #9384B9;
}
</style>
border-color css
<style>
span { border-color: #9384B9; }
span { border-color: rgb(147,132,185); }
td.TdClassName
{
border-color: #9384B9;
}
.TagClassName
{
border-color: #9384B9;
}
</style>