Shades of Cold Purple #9380BA
Tints of Cold Purple #9380BA
RGB
CMYK
RGB Variations
Color information
#9380BA (or 0x9380BA) is known color: Cold Purple. HEX triplet: 93, 80 and BA. RGB value is (147,128,186). Sum of RGB (Red+Green+Blue) = 147+128+186=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #9380BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380BA is #6C7F45. Grayscale: #8C8C8C. Windows color (decimal): -7110470 or 12222611. OLE color: 12222611.
HSL color Cylindrical-coordinate representation of color #9380BA: hue angle of 259.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9380BA is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 128 | 186 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.27 |
| HSL | 259.66º | 0.3% | 0.62% | - |
| HSV(B) | 259.66º | 0.31% | 0.73% | - |
| XYZ | 28.61 | 25.19 | 49.81 | - |
| YUV | 140.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 186 | 0.21 | 0.31 | 0 | 0.27 | 259.66 | 0.3 | 0.62 |
| Hex | 93 | 80 | BA | 15 | 1F | 0 | 1B | 104 | 1E | 3E |
| Octal | 223 | 200 | 272 | 25 | 37 | 0 | 33 | 404 | 36 | 76 |
| Binary | 10010011 | 10000000 | 10111010 | 10101 | 11111 | 0 | 11011 | 100000100 | 11110 | 111110 |
Color Harmonies of #9380BA
Complementary color
Monochromatic Colors of #9380BA
Black with #9380BA
Text Example
Text Example
White with #9380BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380BA; }
p { color: rgb(147,128,186); }
H1.HeaderClassName
{
color: #9380BA;
}
.AnyTagClassName
{
color: #9380BA;
}
</style>
background-color css
<style>
a { background-color: #9380BA; }
a { background-color: rgb(147,128,186); }
div.DivClassName
{
background-color: #9380BA;
}
.BgClassName
{
background-color: #9380BA;
}
</style>
border-color css
<style>
span { border-color: #9380BA; }
span { border-color: rgb(147,128,186); }
td.TdClassName
{
border-color: #9380BA;
}
.TagClassName
{
border-color: #9380BA;
}
</style>