Shades of Medium Purple #9A62F1
Tints of Medium Purple #9A62F1
RGB
CMYK
RGB Variations
Color information
#9A62F1 (or 0x9A62F1) is known color: Medium Purple. HEX triplet: 9A, 62 and F1. RGB value is (154,98,241). Sum of RGB (Red+Green+Blue) = 154+98+241=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #9A62F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A62F1 is #659D0E. Grayscale: #828282. Windows color (decimal): -6659343 or 15819418. OLE color: 15819418.
HSL color Cylindrical-coordinate representation of color #9A62F1: hue angle of 263.5º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9A62F1 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 98 | 241 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.05 |
| HSL | 263.5º | 0.84% | 0.66% | - |
| HSV(B) | 263.5º | 0.59% | 0.95% | - |
| XYZ | 33.57 | 21.96 | 85.69 | - |
| YUV | 131.05 | 190.05 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 241 | 0.36 | 0.59 | 0 | 0.05 | 263.5 | 0.84 | 0.66 |
| Hex | 9A | 62 | F1 | 24 | 3B | 0 | 5 | 107 | 54 | 42 |
| Octal | 232 | 142 | 361 | 44 | 73 | 0 | 5 | 407 | 124 | 102 |
| Binary | 10011010 | 1100010 | 11110001 | 100100 | 111011 | 0 | 101 | 100000111 | 1010100 | 1000010 |
Color Harmonies of #9A62F1
Complementary color
Monochromatic Colors of #9A62F1
Black with #9A62F1
Text Example
Text Example
White with #9A62F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A62F1; }
p { color: rgb(154,98,241); }
H1.HeaderClassName
{
color: #9A62F1;
}
.AnyTagClassName
{
color: #9A62F1;
}
</style>
background-color css
<style>
a { background-color: #9A62F1; }
a { background-color: rgb(154,98,241); }
div.DivClassName
{
background-color: #9A62F1;
}
.BgClassName
{
background-color: #9A62F1;
}
</style>
border-color css
<style>
span { border-color: #9A62F1; }
span { border-color: rgb(154,98,241); }
td.TdClassName
{
border-color: #9A62F1;
}
.TagClassName
{
border-color: #9A62F1;
}
</style>