Shades of Medium Purple #9A62EA
Tints of Medium Purple #9A62EA
RGB
CMYK
RGB Variations
Color information
#9A62EA (or 0x9A62EA) is known color: Medium Purple. HEX triplet: 9A, 62 and EA. RGB value is (154,98,234). Sum of RGB (Red+Green+Blue) = 154+98+234=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A62EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A62EA is #659D15. Grayscale: #818181. Windows color (decimal): -6659350 or 15360666. OLE color: 15360666.
HSL color Cylindrical-coordinate representation of color #9A62EA: hue angle of 264.71º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A62EA is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 98 | 234 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.08 |
| HSL | 264.71º | 0.76% | 0.65% | - |
| HSV(B) | 264.71º | 0.58% | 0.92% | - |
| XYZ | 32.55 | 21.55 | 80.29 | - |
| YUV | 130.25 | 186.55 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 234 | 0.34 | 0.58 | 0 | 0.08 | 264.71 | 0.76 | 0.65 |
| Hex | 9A | 62 | EA | 22 | 3A | 0 | 8 | 109 | 4C | 41 |
| Octal | 232 | 142 | 352 | 42 | 72 | 0 | 10 | 411 | 114 | 101 |
| Binary | 10011010 | 1100010 | 11101010 | 100010 | 111010 | 0 | 1000 | 100001001 | 1001100 | 1000001 |
Color Harmonies of #9A62EA
Complementary color
Monochromatic Colors of #9A62EA
Black with #9A62EA
Text Example
Text Example
White with #9A62EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A62EA; }
p { color: rgb(154,98,234); }
H1.HeaderClassName
{
color: #9A62EA;
}
.AnyTagClassName
{
color: #9A62EA;
}
</style>
background-color css
<style>
a { background-color: #9A62EA; }
a { background-color: rgb(154,98,234); }
div.DivClassName
{
background-color: #9A62EA;
}
.BgClassName
{
background-color: #9A62EA;
}
</style>
border-color css
<style>
span { border-color: #9A62EA; }
span { border-color: rgb(154,98,234); }
td.TdClassName
{
border-color: #9A62EA;
}
.TagClassName
{
border-color: #9A62EA;
}
</style>