Shades of Medium Purple #9A52F9
Tints of Medium Purple #9A52F9
RGB
CMYK
RGB Variations
Color information
#9A52F9 (or 0x9A52F9) is known color: Medium Purple. HEX triplet: 9A, 52 and F9. RGB value is (154,82,249). Sum of RGB (Red+Green+Blue) = 154+82+249=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #9A52F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A52F9 is #65AD06. Grayscale: #797979. Windows color (decimal): -6663431 or 16339610. OLE color: 16339610.
HSL color Cylindrical-coordinate representation of color #9A52F9: hue angle of 265.87º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A52F9 is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 82 | 249 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.02 |
| HSL | 265.87º | 0.93% | 0.65% | - |
| HSV(B) | 265.87º | 0.67% | 0.98% | - |
| XYZ | 33.44 | 19.74 | 91.67 | - |
| YUV | 122.57 | 199.35 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 82 | 249 | 0.38 | 0.67 | 0 | 0.02 | 265.87 | 0.93 | 0.65 |
| Hex | 9A | 52 | F9 | 26 | 43 | 0 | 2 | 10A | 5D | 41 |
| Octal | 232 | 122 | 371 | 46 | 103 | 0 | 2 | 412 | 135 | 101 |
| Binary | 10011010 | 1010010 | 11111001 | 100110 | 1000011 | 0 | 10 | 100001010 | 1011101 | 1000001 |
Color Harmonies of #9A52F9
Complementary color
Monochromatic Colors of #9A52F9
Black with #9A52F9
Text Example
Text Example
White with #9A52F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A52F9; }
p { color: rgb(154,82,249); }
H1.HeaderClassName
{
color: #9A52F9;
}
.AnyTagClassName
{
color: #9A52F9;
}
</style>
background-color css
<style>
a { background-color: #9A52F9; }
a { background-color: rgb(154,82,249); }
div.DivClassName
{
background-color: #9A52F9;
}
.BgClassName
{
background-color: #9A52F9;
}
</style>
border-color css
<style>
span { border-color: #9A52F9; }
span { border-color: rgb(154,82,249); }
td.TdClassName
{
border-color: #9A52F9;
}
.TagClassName
{
border-color: #9A52F9;
}
</style>