Shades of Medium Purple #9567EE
Tints of Medium Purple #9567EE
RGB
CMYK
RGB Variations
Color information
#9567EE (or 0x9567EE) is known color: Medium Purple. HEX triplet: 95, 67 and EE. RGB value is (149,103,238). Sum of RGB (Red+Green+Blue) = 149+103+238=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 103 (40.62% from 255 or 21.02% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #9567EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9567EE is #6A9811. Grayscale: #838383. Windows color (decimal): -6985746 or 15624085. OLE color: 15624085.
HSL color Cylindrical-coordinate representation of color #9567EE: hue angle of 260.44º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9567EE is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 103 | 238 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.07 |
| HSL | 260.44º | 0.8% | 0.67% | - |
| HSV(B) | 260.44º | 0.57% | 0.93% | - |
| XYZ | 32.68 | 22.26 | 83.46 | - |
| YUV | 132.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 238 | 0.37 | 0.57 | 0 | 0.07 | 260.44 | 0.8 | 0.67 |
| Hex | 95 | 67 | EE | 25 | 39 | 0 | 7 | 104 | 50 | 43 |
| Octal | 225 | 147 | 356 | 45 | 71 | 0 | 7 | 404 | 120 | 103 |
| Binary | 10010101 | 1100111 | 11101110 | 100101 | 111001 | 0 | 111 | 100000100 | 1010000 | 1000011 |
Color Harmonies of #9567EE
Complementary color
Monochromatic Colors of #9567EE
Black with #9567EE
Text Example
Text Example
White with #9567EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9567EE; }
p { color: rgb(149,103,238); }
H1.HeaderClassName
{
color: #9567EE;
}
.AnyTagClassName
{
color: #9567EE;
}
</style>
background-color css
<style>
a { background-color: #9567EE; }
a { background-color: rgb(149,103,238); }
div.DivClassName
{
background-color: #9567EE;
}
.BgClassName
{
background-color: #9567EE;
}
</style>
border-color css
<style>
span { border-color: #9567EE; }
span { border-color: rgb(149,103,238); }
td.TdClassName
{
border-color: #9567EE;
}
.TagClassName
{
border-color: #9567EE;
}
</style>