Shades of Cold Purple #9782CE
Tints of Cold Purple #9782CE
RGB
CMYK
RGB Variations
Color information
#9782CE (or 0x9782CE) is known color: Cold Purple. HEX triplet: 97, 82 and CE. RGB value is (151,130,206). Sum of RGB (Red+Green+Blue) = 151+130+206=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #9782CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9782CE is #687D31. Grayscale: #909090. Windows color (decimal): -6847794 or 13533847. OLE color: 13533847.
HSL color Cylindrical-coordinate representation of color #9782CE: hue angle of 256.58º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9782CE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 130 | 206 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.19 |
| HSL | 256.58º | 0.44% | 0.66% | - |
| HSV(B) | 256.58º | 0.37% | 0.81% | - |
| XYZ | 31.89 | 27 | 61.92 | - |
| YUV | 144.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 206 | 0.27 | 0.37 | 0 | 0.19 | 256.58 | 0.44 | 0.66 |
| Hex | 97 | 82 | CE | 1B | 25 | 0 | 13 | 101 | 2C | 42 |
| Octal | 227 | 202 | 316 | 33 | 45 | 0 | 23 | 401 | 54 | 102 |
| Binary | 10010111 | 10000010 | 11001110 | 11011 | 100101 | 0 | 10011 | 100000001 | 101100 | 1000010 |
Color Harmonies of #9782CE
Complementary color
Monochromatic Colors of #9782CE
Black with #9782CE
Text Example
Text Example
White with #9782CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9782CE; }
p { color: rgb(151,130,206); }
H1.HeaderClassName
{
color: #9782CE;
}
.AnyTagClassName
{
color: #9782CE;
}
</style>
background-color css
<style>
a { background-color: #9782CE; }
a { background-color: rgb(151,130,206); }
div.DivClassName
{
background-color: #9782CE;
}
.BgClassName
{
background-color: #9782CE;
}
</style>
border-color css
<style>
span { border-color: #9782CE; }
span { border-color: rgb(151,130,206); }
td.TdClassName
{
border-color: #9782CE;
}
.TagClassName
{
border-color: #9782CE;
}
</style>