Shades of Medium Purple #9567E5
Tints of Medium Purple #9567E5
RGB
CMYK
RGB Variations
Color information
#9567E5 (or 0x9567E5) is known color: Medium Purple. HEX triplet: 95, 67 and E5. RGB value is (149,103,229). Sum of RGB (Red+Green+Blue) = 149+103+229=481 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.98% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #9567E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567E5 is #6A981A. Grayscale: #828282. Windows color (decimal): -6985755 or 15034261. OLE color: 15034261.
HSL color Cylindrical-coordinate representation of color #9567E5: hue angle of 261.9º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9567E5 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 103 | 229 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.10 |
| HSL | 261.9º | 0.71% | 0.65% | - |
| HSV(B) | 261.9º | 0.55% | 0.9% | - |
| XYZ | 31.39 | 21.75 | 76.67 | - |
| YUV | 131.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 229 | 0.35 | 0.55 | 0 | 0.10 | 261.9 | 0.71 | 0.65 |
| Hex | 95 | 67 | E5 | 23 | 37 | 0 | A | 106 | 47 | 41 |
| Octal | 225 | 147 | 345 | 43 | 67 | 0 | 12 | 406 | 107 | 101 |
| Binary | 10010101 | 1100111 | 11100101 | 100011 | 110111 | 0 | 1010 | 100000110 | 1000111 | 1000001 |
Color Harmonies of #9567E5
Complementary color
Monochromatic Colors of #9567E5
Black with #9567E5
Text Example
Text Example
White with #9567E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9567E5; }
p { color: rgb(149,103,229); }
H1.HeaderClassName
{
color: #9567E5;
}
.AnyTagClassName
{
color: #9567E5;
}
</style>
background-color css
<style>
a { background-color: #9567E5; }
a { background-color: rgb(149,103,229); }
div.DivClassName
{
background-color: #9567E5;
}
.BgClassName
{
background-color: #9567E5;
}
</style>
border-color css
<style>
span { border-color: #9567E5; }
span { border-color: rgb(149,103,229); }
td.TdClassName
{
border-color: #9567E5;
}
.TagClassName
{
border-color: #9567E5;
}
</style>