Shades of Cold Purple #9A82BD
Tints of Cold Purple #9A82BD
RGB
CMYK
RGB Variations
Color information
#9A82BD (or 0x9A82BD) is known color: Cold Purple. HEX triplet: 9A, 82 and BD. RGB value is (154,130,189). Sum of RGB (Red+Green+Blue) = 154+130+189=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A82BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A82BD is #657D42. Grayscale: #8F8F8F. Windows color (decimal): -6651203 or 12419738. OLE color: 12419738.
HSL color Cylindrical-coordinate representation of color #9A82BD: hue angle of 264.41º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A82BD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 130 | 189 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.26 |
| HSL | 264.41º | 0.31% | 0.63% | - |
| HSV(B) | 264.41º | 0.31% | 0.74% | - |
| XYZ | 30.49 | 26.51 | 51.65 | - |
| YUV | 143.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 189 | 0.19 | 0.31 | 0 | 0.26 | 264.41 | 0.31 | 0.63 |
| Hex | 9A | 82 | BD | 13 | 1F | 0 | 1A | 108 | 1F | 3F |
| Octal | 232 | 202 | 275 | 23 | 37 | 0 | 32 | 410 | 37 | 77 |
| Binary | 10011010 | 10000010 | 10111101 | 10011 | 11111 | 0 | 11010 | 100001000 | 11111 | 111111 |
Color Harmonies of #9A82BD
Complementary color
Monochromatic Colors of #9A82BD
Black with #9A82BD
Text Example
Text Example
White with #9A82BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A82BD; }
p { color: rgb(154,130,189); }
H1.HeaderClassName
{
color: #9A82BD;
}
.AnyTagClassName
{
color: #9A82BD;
}
</style>
background-color css
<style>
a { background-color: #9A82BD; }
a { background-color: rgb(154,130,189); }
div.DivClassName
{
background-color: #9A82BD;
}
.BgClassName
{
background-color: #9A82BD;
}
</style>
border-color css
<style>
span { border-color: #9A82BD; }
span { border-color: rgb(154,130,189); }
td.TdClassName
{
border-color: #9A82BD;
}
.TagClassName
{
border-color: #9A82BD;
}
</style>