Shades of Medium Purple #9565E8
Tints of Medium Purple #9565E8
RGB
CMYK
RGB Variations
Color information
#9565E8 (or 0x9565E8) is known color: Medium Purple. HEX triplet: 95, 65 and E8. RGB value is (149,101,232). Sum of RGB (Red+Green+Blue) = 149+101+232=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #9565E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9565E8 is #6A9A17. Grayscale: #818181. Windows color (decimal): -6986264 or 15230357. OLE color: 15230357.
HSL color Cylindrical-coordinate representation of color #9565E8: hue angle of 261.98º 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 #9565E8 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 101 | 232 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.09 |
| HSL | 261.98º | 0.74% | 0.65% | - |
| HSV(B) | 261.98º | 0.56% | 0.91% | - |
| XYZ | 31.61 | 21.52 | 78.83 | - |
| YUV | 130.29 | 185.4 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 232 | 0.36 | 0.56 | 0 | 0.09 | 261.98 | 0.74 | 0.65 |
| Hex | 95 | 65 | E8 | 24 | 38 | 0 | 9 | 106 | 4A | 41 |
| Octal | 225 | 145 | 350 | 44 | 70 | 0 | 11 | 406 | 112 | 101 |
| Binary | 10010101 | 1100101 | 11101000 | 100100 | 111000 | 0 | 1001 | 100000110 | 1001010 | 1000001 |
Color Harmonies of #9565E8
Complementary color
Monochromatic Colors of #9565E8
Black with #9565E8
Text Example
Text Example
White with #9565E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565E8; }
p { color: rgb(149,101,232); }
H1.HeaderClassName
{
color: #9565E8;
}
.AnyTagClassName
{
color: #9565E8;
}
</style>
background-color css
<style>
a { background-color: #9565E8; }
a { background-color: rgb(149,101,232); }
div.DivClassName
{
background-color: #9565E8;
}
.BgClassName
{
background-color: #9565E8;
}
</style>
border-color css
<style>
span { border-color: #9565E8; }
span { border-color: rgb(149,101,232); }
td.TdClassName
{
border-color: #9565E8;
}
.TagClassName
{
border-color: #9565E8;
}
</style>