Shades of Medium Purple #9762F1
Tints of Medium Purple #9762F1
RGB
CMYK
RGB Variations
Color information
#9762F1 (or 0x9762F1) is known color: Medium Purple. HEX triplet: 97, 62 and F1. RGB value is (151,98,241). Sum of RGB (Red+Green+Blue) = 151+98+241=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #9762F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9762F1 is #689D0E. Grayscale: #818181. Windows color (decimal): -6855951 or 15819415. OLE color: 15819415.
HSL color Cylindrical-coordinate representation of color #9762F1: hue angle of 262.24º 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 #9762F1 is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 151 | 98 | 241 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.05 |
| HSL | 262.24º | 0.84% | 0.66% | - |
| HSV(B) | 262.24º | 0.59% | 0.95% | - |
| XYZ | 33.01 | 21.67 | 85.66 | - |
| YUV | 130.15 | 190.56 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 241 | 0.37 | 0.59 | 0 | 0.05 | 262.24 | 0.84 | 0.66 |
| Hex | 97 | 62 | F1 | 25 | 3B | 0 | 5 | 106 | 54 | 42 |
| Octal | 227 | 142 | 361 | 45 | 73 | 0 | 5 | 406 | 124 | 102 |
| Binary | 10010111 | 1100010 | 11110001 | 100101 | 111011 | 0 | 101 | 100000110 | 1010100 | 1000010 |
Color Harmonies of #9762F1
Complementary color
Monochromatic Colors of #9762F1
Black with #9762F1
Text Example
Text Example
White with #9762F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9762F1; }
p { color: rgb(151,98,241); }
H1.HeaderClassName
{
color: #9762F1;
}
.AnyTagClassName
{
color: #9762F1;
}
</style>
background-color css
<style>
a { background-color: #9762F1; }
a { background-color: rgb(151,98,241); }
div.DivClassName
{
background-color: #9762F1;
}
.BgClassName
{
background-color: #9762F1;
}
</style>
border-color css
<style>
span { border-color: #9762F1; }
span { border-color: rgb(151,98,241); }
td.TdClassName
{
border-color: #9762F1;
}
.TagClassName
{
border-color: #9762F1;
}
</style>