Shades of Medium Purple #9A62DF
Tints of Medium Purple #9A62DF
RGB
CMYK
RGB Variations
Color information
#9A62DF (or 0x9A62DF) is known color: Medium Purple. HEX triplet: 9A, 62 and DF. RGB value is (154,98,223). Sum of RGB (Red+Green+Blue) = 154+98+223=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A62DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A62DF is #659D20. Grayscale: #808080. Windows color (decimal): -6659361 or 14639770. OLE color: 14639770.
HSL color Cylindrical-coordinate representation of color #9A62DF: hue angle of 266.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A62DF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 98 | 223 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.13 |
| HSL | 266.88º | 0.66% | 0.63% | - |
| HSV(B) | 266.88º | 0.56% | 0.87% | - |
| XYZ | 31.01 | 20.93 | 72.22 | - |
| YUV | 128.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 98 | 223 | 0.31 | 0.56 | 0 | 0.13 | 266.88 | 0.66 | 0.63 |
| Hex | 9A | 62 | DF | 1F | 38 | 0 | D | 10B | 42 | 3F |
| Octal | 232 | 142 | 337 | 37 | 70 | 0 | 15 | 413 | 102 | 77 |
| Binary | 10011010 | 1100010 | 11011111 | 11111 | 111000 | 0 | 1101 | 100001011 | 1000010 | 111111 |
Color Harmonies of #9A62DF
Complementary color
Monochromatic Colors of #9A62DF
Black with #9A62DF
Text Example
Text Example
White with #9A62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A62DF; }
p { color: rgb(154,98,223); }
H1.HeaderClassName
{
color: #9A62DF;
}
.AnyTagClassName
{
color: #9A62DF;
}
</style>
background-color css
<style>
a { background-color: #9A62DF; }
a { background-color: rgb(154,98,223); }
div.DivClassName
{
background-color: #9A62DF;
}
.BgClassName
{
background-color: #9A62DF;
}
</style>
border-color css
<style>
span { border-color: #9A62DF; }
span { border-color: rgb(154,98,223); }
td.TdClassName
{
border-color: #9A62DF;
}
.TagClassName
{
border-color: #9A62DF;
}
</style>