Shades of Medium Purple #9A84ED
Tints of Medium Purple #9A84ED
RGB
CMYK
RGB Variations
Color information
#9A84ED (or 0x9A84ED) is known color: Medium Purple. HEX triplet: 9A, 84 and ED. RGB value is (154,132,237). Sum of RGB (Red+Green+Blue) = 154+132+237=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 132 (51.95% from 255 or 25.24% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A84ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A84ED is #657B12. Grayscale: #969696. Windows color (decimal): -6650643 or 15565978. OLE color: 15565978.
HSL color Cylindrical-coordinate representation of color #9A84ED: hue angle of 252.57º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A84ED is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 132 | 237 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.07 |
| HSL | 252.57º | 0.74% | 0.72% | - |
| HSV(B) | 252.57º | 0.44% | 0.93% | - |
| XYZ | 36.86 | 29.49 | 83.87 | - |
| YUV | 150.55 | 176.79 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 132 | 237 | 0.35 | 0.44 | 0 | 0.07 | 252.57 | 0.74 | 0.72 |
| Hex | 9A | 84 | ED | 23 | 2C | 0 | 7 | FD | 4A | 48 |
| Octal | 232 | 204 | 355 | 43 | 54 | 0 | 7 | 375 | 112 | 110 |
| Binary | 10011010 | 10000100 | 11101101 | 100011 | 101100 | 0 | 111 | 11111101 | 1001010 | 1001000 |
Color Harmonies of #9A84ED
Complementary color
Monochromatic Colors of #9A84ED
Black with #9A84ED
Text Example
Text Example
White with #9A84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A84ED; }
p { color: rgb(154,132,237); }
H1.HeaderClassName
{
color: #9A84ED;
}
.AnyTagClassName
{
color: #9A84ED;
}
</style>
background-color css
<style>
a { background-color: #9A84ED; }
a { background-color: rgb(154,132,237); }
div.DivClassName
{
background-color: #9A84ED;
}
.BgClassName
{
background-color: #9A84ED;
}
</style>
border-color css
<style>
span { border-color: #9A84ED; }
span { border-color: rgb(154,132,237); }
td.TdClassName
{
border-color: #9A84ED;
}
.TagClassName
{
border-color: #9A84ED;
}
</style>