Shades of Medium Purple #9465ED
Tints of Medium Purple #9465ED
RGB
CMYK
RGB Variations
Color information
#9465ED (or 0x9465ED) is known color: Medium Purple. HEX triplet: 94, 65 and ED. RGB value is (148,101,237). Sum of RGB (Red+Green+Blue) = 148+101+237=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 101 (39.84% from 255 or 20.78% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #9465ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9465ED is #6B9A12. Grayscale: #828282. Windows color (decimal): -7051795 or 15558036. OLE color: 15558036.
HSL color Cylindrical-coordinate representation of color #9465ED: hue angle of 260.74º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9465ED is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 101 | 237 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.07 |
| HSL | 260.74º | 0.79% | 0.66% | - |
| HSV(B) | 260.74º | 0.57% | 0.93% | - |
| XYZ | 32.15 | 21.72 | 82.62 | - |
| YUV | 130.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 237 | 0.38 | 0.57 | 0 | 0.07 | 260.74 | 0.79 | 0.66 |
| Hex | 94 | 65 | ED | 26 | 39 | 0 | 7 | 105 | 4F | 42 |
| Octal | 224 | 145 | 355 | 46 | 71 | 0 | 7 | 405 | 117 | 102 |
| Binary | 10010100 | 1100101 | 11101101 | 100110 | 111001 | 0 | 111 | 100000101 | 1001111 | 1000010 |
Color Harmonies of #9465ED
Complementary color
Monochromatic Colors of #9465ED
Black with #9465ED
Text Example
Text Example
White with #9465ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9465ED; }
p { color: rgb(148,101,237); }
H1.HeaderClassName
{
color: #9465ED;
}
.AnyTagClassName
{
color: #9465ED;
}
</style>
background-color css
<style>
a { background-color: #9465ED; }
a { background-color: rgb(148,101,237); }
div.DivClassName
{
background-color: #9465ED;
}
.BgClassName
{
background-color: #9465ED;
}
</style>
border-color css
<style>
span { border-color: #9465ED; }
span { border-color: rgb(148,101,237); }
td.TdClassName
{
border-color: #9465ED;
}
.TagClassName
{
border-color: #9465ED;
}
</style>