Shades of Cold Purple #9382B7
Tints of Cold Purple #9382B7
RGB
CMYK
RGB Variations
Color information
#9382B7 (or 0x9382B7) is known color: Cold Purple. HEX triplet: 93, 82 and B7. RGB value is (147,130,183). Sum of RGB (Red+Green+Blue) = 147+130+183=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 183 (71.88% from 255 or 39.78% from 460); Max value from RGB is 183 - color contains mainly: blue. Hex color #9382B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9382B7 is #6C7D48. Grayscale: #8C8C8C. Windows color (decimal): -7109961 or 12026515. OLE color: 12026515.
HSL color Cylindrical-coordinate representation of color #9382B7: hue angle of 259.25º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9382B7 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 130 | 183 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.28 |
| HSL | 259.25º | 0.27% | 0.61% | - |
| HSV(B) | 259.25º | 0.29% | 0.72% | - |
| XYZ | 28.56 | 25.59 | 48.23 | - |
| YUV | 141.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 130 | 183 | 0.20 | 0.29 | 0 | 0.28 | 259.25 | 0.27 | 0.61 |
| Hex | 93 | 82 | B7 | 14 | 1D | 0 | 1C | 103 | 1B | 3D |
| Octal | 223 | 202 | 267 | 24 | 35 | 0 | 34 | 403 | 33 | 75 |
| Binary | 10010011 | 10000010 | 10110111 | 10100 | 11101 | 0 | 11100 | 100000011 | 11011 | 111101 |
Color Harmonies of #9382B7
Complementary color
Monochromatic Colors of #9382B7
Black with #9382B7
Text Example
Text Example
White with #9382B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9382B7; }
p { color: rgb(147,130,183); }
H1.HeaderClassName
{
color: #9382B7;
}
.AnyTagClassName
{
color: #9382B7;
}
</style>
background-color css
<style>
a { background-color: #9382B7; }
a { background-color: rgb(147,130,183); }
div.DivClassName
{
background-color: #9382B7;
}
.BgClassName
{
background-color: #9382B7;
}
</style>
border-color css
<style>
span { border-color: #9382B7; }
span { border-color: rgb(147,130,183); }
td.TdClassName
{
border-color: #9382B7;
}
.TagClassName
{
border-color: #9382B7;
}
</style>