Shades of Cold Purple #9782BF
Tints of Cold Purple #9782BF
RGB
CMYK
RGB Variations
Color information
#9782BF (or 0x9782BF) is known color: Cold Purple. HEX triplet: 97, 82 and BF. RGB value is (151,130,191). Sum of RGB (Red+Green+Blue) = 151+130+191=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #9782BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782BF is #687D40. Grayscale: #8F8F8F. Windows color (decimal): -6847809 or 12550807. OLE color: 12550807.
HSL color Cylindrical-coordinate representation of color #9782BF: hue angle of 260.66º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9782BF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 130 | 191 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.25 |
| HSL | 260.66º | 0.32% | 0.63% | - |
| HSV(B) | 260.66º | 0.32% | 0.75% | - |
| XYZ | 30.15 | 26.31 | 52.78 | - |
| YUV | 143.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 191 | 0.21 | 0.32 | 0 | 0.25 | 260.66 | 0.32 | 0.63 |
| Hex | 97 | 82 | BF | 15 | 20 | 0 | 19 | 105 | 20 | 3F |
| Octal | 227 | 202 | 277 | 25 | 40 | 0 | 31 | 405 | 40 | 77 |
| Binary | 10010111 | 10000010 | 10111111 | 10101 | 100000 | 0 | 11001 | 100000101 | 100000 | 111111 |
Color Harmonies of #9782BF
Complementary color
Monochromatic Colors of #9782BF
Black with #9782BF
Text Example
Text Example
White with #9782BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9782BF; }
p { color: rgb(151,130,191); }
H1.HeaderClassName
{
color: #9782BF;
}
.AnyTagClassName
{
color: #9782BF;
}
</style>
background-color css
<style>
a { background-color: #9782BF; }
a { background-color: rgb(151,130,191); }
div.DivClassName
{
background-color: #9782BF;
}
.BgClassName
{
background-color: #9782BF;
}
</style>
border-color css
<style>
span { border-color: #9782BF; }
span { border-color: rgb(151,130,191); }
td.TdClassName
{
border-color: #9782BF;
}
.TagClassName
{
border-color: #9782BF;
}
</style>