Shades of Medium Purple #9465E8
Tints of Medium Purple #9465E8
RGB
CMYK
RGB Variations
Color information
#9465E8 (or 0x9465E8) is known color: Medium Purple. HEX triplet: 94, 65 and E8. RGB value is (148,101,232). Sum of RGB (Red+Green+Blue) = 148+101+232=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #9465E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9465E8 is #6B9A17. Grayscale: #818181. Windows color (decimal): -7051800 or 15230356. OLE color: 15230356.
HSL color Cylindrical-coordinate representation of color #9465E8: hue angle of 261.53º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9465E8 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 148 | 101 | 232 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.09 |
| HSL | 261.53º | 0.74% | 0.65% | - |
| HSV(B) | 261.53º | 0.56% | 0.91% | - |
| XYZ | 31.43 | 21.43 | 78.82 | - |
| YUV | 129.99 | 185.57 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 232 | 0.36 | 0.56 | 0 | 0.09 | 261.53 | 0.74 | 0.65 |
| Hex | 94 | 65 | E8 | 24 | 38 | 0 | 9 | 106 | 4A | 41 |
| Octal | 224 | 145 | 350 | 44 | 70 | 0 | 11 | 406 | 112 | 101 |
| Binary | 10010100 | 1100101 | 11101000 | 100100 | 111000 | 0 | 1001 | 100000110 | 1001010 | 1000001 |
Color Harmonies of #9465E8
Complementary color
Monochromatic Colors of #9465E8
Black with #9465E8
Text Example
Text Example
White with #9465E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9465E8; }
p { color: rgb(148,101,232); }
H1.HeaderClassName
{
color: #9465E8;
}
.AnyTagClassName
{
color: #9465E8;
}
</style>
background-color css
<style>
a { background-color: #9465E8; }
a { background-color: rgb(148,101,232); }
div.DivClassName
{
background-color: #9465E8;
}
.BgClassName
{
background-color: #9465E8;
}
</style>
border-color css
<style>
span { border-color: #9465E8; }
span { border-color: rgb(148,101,232); }
td.TdClassName
{
border-color: #9465E8;
}
.TagClassName
{
border-color: #9465E8;
}
</style>