Shades of Medium Purple #9567E3
Tints of Medium Purple #9567E3
RGB
CMYK
RGB Variations
Color information
#9567E3 (or 0x9567E3) is known color: Medium Purple. HEX triplet: 95, 67 and E3. RGB value is (149,103,227). Sum of RGB (Red+Green+Blue) = 149+103+227=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 227 (89.06% from 255 or 47.39% from 479); Max value from RGB is 227 - color contains mainly: blue. Hex color #9567E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567E3 is #6A981C. Grayscale: #828282. Windows color (decimal): -6985757 or 14903189. OLE color: 14903189.
HSL color Cylindrical-coordinate representation of color #9567E3: hue angle of 262.26º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9567E3 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 103 | 227 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.11 |
| HSL | 262.26º | 0.69% | 0.65% | - |
| HSV(B) | 262.26º | 0.55% | 0.89% | - |
| XYZ | 31.11 | 21.64 | 75.21 | - |
| YUV | 130.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 227 | 0.34 | 0.55 | 0 | 0.11 | 262.26 | 0.69 | 0.65 |
| Hex | 95 | 67 | E3 | 22 | 37 | 0 | B | 106 | 45 | 41 |
| Octal | 225 | 147 | 343 | 42 | 67 | 0 | 13 | 406 | 105 | 101 |
| Binary | 10010101 | 1100111 | 11100011 | 100010 | 110111 | 0 | 1011 | 100000110 | 1000101 | 1000001 |
Color Harmonies of #9567E3
Complementary color
Monochromatic Colors of #9567E3
Black with #9567E3
Text Example
Text Example
White with #9567E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9567E3; }
p { color: rgb(149,103,227); }
H1.HeaderClassName
{
color: #9567E3;
}
.AnyTagClassName
{
color: #9567E3;
}
</style>
background-color css
<style>
a { background-color: #9567E3; }
a { background-color: rgb(149,103,227); }
div.DivClassName
{
background-color: #9567E3;
}
.BgClassName
{
background-color: #9567E3;
}
</style>
border-color css
<style>
span { border-color: #9567E3; }
span { border-color: rgb(149,103,227); }
td.TdClassName
{
border-color: #9567E3;
}
.TagClassName
{
border-color: #9567E3;
}
</style>