Shades of Medium Purple #9F62FA
Tints of Medium Purple #9F62FA
RGB
CMYK
RGB Variations
Color information
#9F62FA (or 0x9F62FA) is known color: Medium Purple. HEX triplet: 9F, 62 and FA. RGB value is (159,98,250). Sum of RGB (Red+Green+Blue) = 159+98+250=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F62FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9F62FA is #609D05. Grayscale: #858585. Windows color (decimal): -6331654 or 16409247. OLE color: 16409247.
HSL color Cylindrical-coordinate representation of color #9F62FA: hue angle of 264.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F62FA is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 98 | 250 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.02 |
| HSL | 264.08º | 0.94% | 0.68% | - |
| HSV(B) | 264.08º | 0.61% | 0.98% | - |
| XYZ | 35.92 | 23.01 | 92.99 | - |
| YUV | 133.57 | 193.71 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 250 | 0.36 | 0.61 | 0 | 0.02 | 264.08 | 0.94 | 0.68 |
| Hex | 9F | 62 | FA | 24 | 3D | 0 | 2 | 108 | 5E | 44 |
| Octal | 237 | 142 | 372 | 44 | 75 | 0 | 2 | 410 | 136 | 104 |
| Binary | 10011111 | 1100010 | 11111010 | 100100 | 111101 | 0 | 10 | 100001000 | 1011110 | 1000100 |
Color Harmonies of #9F62FA
Complementary color
Monochromatic Colors of #9F62FA
Black with #9F62FA
Text Example
Text Example
White with #9F62FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F62FA; }
p { color: rgb(159,98,250); }
H1.HeaderClassName
{
color: #9F62FA;
}
.AnyTagClassName
{
color: #9F62FA;
}
</style>
background-color css
<style>
a { background-color: #9F62FA; }
a { background-color: rgb(159,98,250); }
div.DivClassName
{
background-color: #9F62FA;
}
.BgClassName
{
background-color: #9F62FA;
}
</style>
border-color css
<style>
span { border-color: #9F62FA; }
span { border-color: rgb(159,98,250); }
td.TdClassName
{
border-color: #9F62FA;
}
.TagClassName
{
border-color: #9F62FA;
}
</style>