Shades of Cold Purple #9A84C6
Tints of Cold Purple #9A84C6
RGB
CMYK
RGB Variations
Color information
#9A84C6 (or 0x9A84C6) is known color: Cold Purple. HEX triplet: 9A, 84 and C6. RGB value is (154,132,198). Sum of RGB (Red+Green+Blue) = 154+132+198=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A84C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A84C6 is #657B39. Grayscale: #919191. Windows color (decimal): -6650682 or 13010074. OLE color: 13010074.
HSL color Cylindrical-coordinate representation of color #9A84C6: hue angle of 260º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A84C6 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 132 | 198 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.22 |
| HSL | 260º | 0.37% | 0.65% | - |
| HSV(B) | 260º | 0.33% | 0.78% | - |
| XYZ | 31.77 | 27.45 | 57.05 | - |
| YUV | 146.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 198 | 0.22 | 0.33 | 0 | 0.22 | 260 | 0.37 | 0.65 |
| Hex | 9A | 84 | C6 | 16 | 21 | 0 | 16 | 104 | 25 | 41 |
| Octal | 232 | 204 | 306 | 26 | 41 | 0 | 26 | 404 | 45 | 101 |
| Binary | 10011010 | 10000100 | 11000110 | 10110 | 100001 | 0 | 10110 | 100000100 | 100101 | 1000001 |
Color Harmonies of #9A84C6
Complementary color
Monochromatic Colors of #9A84C6
Black with #9A84C6
Text Example
Text Example
White with #9A84C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84C6; }
p { color: rgb(154,132,198); }
H1.HeaderClassName
{
color: #9A84C6;
}
.AnyTagClassName
{
color: #9A84C6;
}
</style>
background-color css
<style>
a { background-color: #9A84C6; }
a { background-color: rgb(154,132,198); }
div.DivClassName
{
background-color: #9A84C6;
}
.BgClassName
{
background-color: #9A84C6;
}
</style>
border-color css
<style>
span { border-color: #9A84C6; }
span { border-color: rgb(154,132,198); }
td.TdClassName
{
border-color: #9A84C6;
}
.TagClassName
{
border-color: #9A84C6;
}
</style>