Shades of Medium Purple #9566EA
Tints of Medium Purple #9566EA
RGB
CMYK
RGB Variations
Color information
#9566EA (or 0x9566EA) is known color: Medium Purple. HEX triplet: 95, 66 and EA. RGB value is (149,102,234). Sum of RGB (Red+Green+Blue) = 149+102+234=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 102 (40.23% from 255 or 21.03% 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 #9566EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9566EA is #6A9915. Grayscale: #828282. Windows color (decimal): -6986006 or 15361685. OLE color: 15361685.
HSL color Cylindrical-coordinate representation of color #9566EA: hue angle of 261.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9566EA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 102 | 234 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.08 |
| HSL | 261.36º | 0.76% | 0.66% | - |
| HSV(B) | 261.36º | 0.56% | 0.92% | - |
| XYZ | 32 | 21.83 | 80.37 | - |
| YUV | 131.1 | 186.07 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 234 | 0.36 | 0.56 | 0 | 0.08 | 261.36 | 0.76 | 0.66 |
| Hex | 95 | 66 | EA | 24 | 38 | 0 | 8 | 105 | 4C | 42 |
| Octal | 225 | 146 | 352 | 44 | 70 | 0 | 10 | 405 | 114 | 102 |
| Binary | 10010101 | 1100110 | 11101010 | 100100 | 111000 | 0 | 1000 | 100000101 | 1001100 | 1000010 |
Color Harmonies of #9566EA
Complementary color
Monochromatic Colors of #9566EA
Black with #9566EA
Text Example
Text Example
White with #9566EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9566EA; }
p { color: rgb(149,102,234); }
H1.HeaderClassName
{
color: #9566EA;
}
.AnyTagClassName
{
color: #9566EA;
}
</style>
background-color css
<style>
a { background-color: #9566EA; }
a { background-color: rgb(149,102,234); }
div.DivClassName
{
background-color: #9566EA;
}
.BgClassName
{
background-color: #9566EA;
}
</style>
border-color css
<style>
span { border-color: #9566EA; }
span { border-color: rgb(149,102,234); }
td.TdClassName
{
border-color: #9566EA;
}
.TagClassName
{
border-color: #9566EA;
}
</style>