Shades of Medium Purple #9665EA
Tints of Medium Purple #9665EA
RGB
CMYK
RGB Variations
Color information
#9665EA (or 0x9665EA) is known color: Medium Purple. HEX triplet: 96, 65 and EA. RGB value is (150,101,234). Sum of RGB (Red+Green+Blue) = 150+101+234=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #9665EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9665EA is #699A15. Grayscale: #828282. Windows color (decimal): -6920726 or 15361430. OLE color: 15361430.
HSL color Cylindrical-coordinate representation of color #9665EA: hue angle of 262.11º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9665EA is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 101 | 234 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.08 |
| HSL | 262.11º | 0.76% | 0.66% | - |
| HSV(B) | 262.11º | 0.57% | 0.92% | - |
| XYZ | 32.08 | 21.73 | 80.35 | - |
| YUV | 130.81 | 186.23 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 234 | 0.36 | 0.57 | 0 | 0.08 | 262.11 | 0.76 | 0.66 |
| Hex | 96 | 65 | EA | 24 | 39 | 0 | 8 | 106 | 4C | 42 |
| Octal | 226 | 145 | 352 | 44 | 71 | 0 | 10 | 406 | 114 | 102 |
| Binary | 10010110 | 1100101 | 11101010 | 100100 | 111001 | 0 | 1000 | 100000110 | 1001100 | 1000010 |
Color Harmonies of #9665EA
Complementary color
Monochromatic Colors of #9665EA
Black with #9665EA
Text Example
Text Example
White with #9665EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9665EA; }
p { color: rgb(150,101,234); }
H1.HeaderClassName
{
color: #9665EA;
}
.AnyTagClassName
{
color: #9665EA;
}
</style>
background-color css
<style>
a { background-color: #9665EA; }
a { background-color: rgb(150,101,234); }
div.DivClassName
{
background-color: #9665EA;
}
.BgClassName
{
background-color: #9665EA;
}
</style>
border-color css
<style>
span { border-color: #9665EA; }
span { border-color: rgb(150,101,234); }
td.TdClassName
{
border-color: #9665EA;
}
.TagClassName
{
border-color: #9665EA;
}
</style>