Shades of Cold Purple #9A82CF
Tints of Cold Purple #9A82CF
RGB
CMYK
RGB Variations
Color information
#9A82CF (or 0x9A82CF) is known color: Cold Purple. HEX triplet: 9A, 82 and CF. RGB value is (154,130,207). Sum of RGB (Red+Green+Blue) = 154+130+207=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A82CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A82CF is #657D30. Grayscale: #919191. Windows color (decimal): -6651185 or 13599386. OLE color: 13599386.
HSL color Cylindrical-coordinate representation of color #9A82CF: hue angle of 258.7º degrees, saturation: 0.45, 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 #9A82CF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 130 | 207 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.19 |
| HSL | 258.7º | 0.45% | 0.66% | - |
| HSV(B) | 258.7º | 0.37% | 0.81% | - |
| XYZ | 32.57 | 27.34 | 62.59 | - |
| YUV | 145.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 207 | 0.26 | 0.37 | 0 | 0.19 | 258.7 | 0.45 | 0.66 |
| Hex | 9A | 82 | CF | 1A | 25 | 0 | 13 | 103 | 2D | 42 |
| Octal | 232 | 202 | 317 | 32 | 45 | 0 | 23 | 403 | 55 | 102 |
| Binary | 10011010 | 10000010 | 11001111 | 11010 | 100101 | 0 | 10011 | 100000011 | 101101 | 1000010 |
Color Harmonies of #9A82CF
Complementary color
Monochromatic Colors of #9A82CF
Black with #9A82CF
Text Example
Text Example
White with #9A82CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A82CF; }
p { color: rgb(154,130,207); }
H1.HeaderClassName
{
color: #9A82CF;
}
.AnyTagClassName
{
color: #9A82CF;
}
</style>
background-color css
<style>
a { background-color: #9A82CF; }
a { background-color: rgb(154,130,207); }
div.DivClassName
{
background-color: #9A82CF;
}
.BgClassName
{
background-color: #9A82CF;
}
</style>
border-color css
<style>
span { border-color: #9A82CF; }
span { border-color: rgb(154,130,207); }
td.TdClassName
{
border-color: #9A82CF;
}
.TagClassName
{
border-color: #9A82CF;
}
</style>