Shades of Medium Purple #9465F1
Tints of Medium Purple #9465F1
RGB
CMYK
RGB Variations
Color information
#9465F1 (or 0x9465F1) is known color: Medium Purple. HEX triplet: 94, 65 and F1. RGB value is (148,101,241). Sum of RGB (Red+Green+Blue) = 148+101+241=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 101 (39.84% from 255 or 20.61% 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 #9465F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9465F1 is #6B9A0E. Grayscale: #828282. Windows color (decimal): -7051791 or 15820180. OLE color: 15820180.
HSL color Cylindrical-coordinate representation of color #9465F1: hue angle of 260.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9465F1 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 101 | 241 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.05 |
| HSL | 260.14º | 0.83% | 0.67% | - |
| HSV(B) | 260.14º | 0.58% | 0.95% | - |
| XYZ | 32.74 | 21.95 | 85.73 | - |
| YUV | 131.01 | 190.07 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 241 | 0.39 | 0.58 | 0 | 0.05 | 260.14 | 0.83 | 0.67 |
| Hex | 94 | 65 | F1 | 27 | 3A | 0 | 5 | 104 | 53 | 43 |
| Octal | 224 | 145 | 361 | 47 | 72 | 0 | 5 | 404 | 123 | 103 |
| Binary | 10010100 | 1100101 | 11110001 | 100111 | 111010 | 0 | 101 | 100000100 | 1010011 | 1000011 |
Color Harmonies of #9465F1
Complementary color
Monochromatic Colors of #9465F1
Black with #9465F1
Text Example
Text Example
White with #9465F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9465F1; }
p { color: rgb(148,101,241); }
H1.HeaderClassName
{
color: #9465F1;
}
.AnyTagClassName
{
color: #9465F1;
}
</style>
background-color css
<style>
a { background-color: #9465F1; }
a { background-color: rgb(148,101,241); }
div.DivClassName
{
background-color: #9465F1;
}
.BgClassName
{
background-color: #9465F1;
}
</style>
border-color css
<style>
span { border-color: #9465F1; }
span { border-color: rgb(148,101,241); }
td.TdClassName
{
border-color: #9465F1;
}
.TagClassName
{
border-color: #9465F1;
}
</style>