Shades of Cold Purple #9380BD
Tints of Cold Purple #9380BD
RGB
CMYK
RGB Variations
Color information
#9380BD (or 0x9380BD) is known color: Cold Purple. HEX triplet: 93, 80 and BD. RGB value is (147,128,189). Sum of RGB (Red+Green+Blue) = 147+128+189=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #9380BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380BD is #6C7F42. Grayscale: #8C8C8C. Windows color (decimal): -7110467 or 12419219. OLE color: 12419219.
HSL color Cylindrical-coordinate representation of color #9380BD: hue angle of 258.69º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9380BD is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 128 | 189 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.26 |
| HSL | 258.69º | 0.32% | 0.62% | - |
| HSV(B) | 258.69º | 0.32% | 0.74% | - |
| XYZ | 28.94 | 25.32 | 51.51 | - |
| YUV | 140.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 189 | 0.22 | 0.32 | 0 | 0.26 | 258.69 | 0.32 | 0.62 |
| Hex | 93 | 80 | BD | 16 | 20 | 0 | 1A | 103 | 20 | 3E |
| Octal | 223 | 200 | 275 | 26 | 40 | 0 | 32 | 403 | 40 | 76 |
| Binary | 10010011 | 10000000 | 10111101 | 10110 | 100000 | 0 | 11010 | 100000011 | 100000 | 111110 |
Color Harmonies of #9380BD
Complementary color
Monochromatic Colors of #9380BD
Black with #9380BD
Text Example
Text Example
White with #9380BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380BD; }
p { color: rgb(147,128,189); }
H1.HeaderClassName
{
color: #9380BD;
}
.AnyTagClassName
{
color: #9380BD;
}
</style>
background-color css
<style>
a { background-color: #9380BD; }
a { background-color: rgb(147,128,189); }
div.DivClassName
{
background-color: #9380BD;
}
.BgClassName
{
background-color: #9380BD;
}
</style>
border-color css
<style>
span { border-color: #9380BD; }
span { border-color: rgb(147,128,189); }
td.TdClassName
{
border-color: #9380BD;
}
.TagClassName
{
border-color: #9380BD;
}
</style>