Shades of Cold Purple #9380BC
Tints of Cold Purple #9380BC
RGB
CMYK
RGB Variations
Color information
#9380BC (or 0x9380BC) is known color: Cold Purple. HEX triplet: 93, 80 and BC. RGB value is (147,128,188). Sum of RGB (Red+Green+Blue) = 147+128+188=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #9380BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9380BC is #6C7F43. Grayscale: #8C8C8C. Windows color (decimal): -7110468 or 12353683. OLE color: 12353683.
HSL color Cylindrical-coordinate representation of color #9380BC: hue angle of 259º degrees, saturation: 0.31, 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 #9380BC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 128 | 188 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.26 |
| HSL | 259º | 0.31% | 0.62% | - |
| HSV(B) | 259º | 0.32% | 0.74% | - |
| XYZ | 28.83 | 25.27 | 50.94 | - |
| YUV | 140.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 188 | 0.22 | 0.32 | 0 | 0.26 | 259 | 0.31 | 0.62 |
| Hex | 93 | 80 | BC | 16 | 20 | 0 | 1A | 103 | 1F | 3E |
| Octal | 223 | 200 | 274 | 26 | 40 | 0 | 32 | 403 | 37 | 76 |
| Binary | 10010011 | 10000000 | 10111100 | 10110 | 100000 | 0 | 11010 | 100000011 | 11111 | 111110 |
Color Harmonies of #9380BC
Complementary color
Monochromatic Colors of #9380BC
Black with #9380BC
Text Example
Text Example
White with #9380BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9380BC; }
p { color: rgb(147,128,188); }
H1.HeaderClassName
{
color: #9380BC;
}
.AnyTagClassName
{
color: #9380BC;
}
</style>
background-color css
<style>
a { background-color: #9380BC; }
a { background-color: rgb(147,128,188); }
div.DivClassName
{
background-color: #9380BC;
}
.BgClassName
{
background-color: #9380BC;
}
</style>
border-color css
<style>
span { border-color: #9380BC; }
span { border-color: rgb(147,128,188); }
td.TdClassName
{
border-color: #9380BC;
}
.TagClassName
{
border-color: #9380BC;
}
</style>