Shades of Medium Purple #9367ED
Tints of Medium Purple #9367ED
RGB
CMYK
RGB Variations
Color information
#9367ED (or 0x9367ED) is known color: Medium Purple. HEX triplet: 93, 67 and ED. RGB value is (147,103,237). Sum of RGB (Red+Green+Blue) = 147+103+237=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #9367ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9367ED is #6C9812. Grayscale: #828282. Windows color (decimal): -7116819 or 15558547. OLE color: 15558547.
HSL color Cylindrical-coordinate representation of color #9367ED: hue angle of 259.7º degrees, saturation: 0.79, 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 #9367ED is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 103 | 237 | - |
| CMYK | 0.38 | 0.57 | 0 | 0.07 |
| HSL | 259.7º | 0.79% | 0.67% | - |
| HSV(B) | 259.7º | 0.57% | 0.93% | - |
| XYZ | 32.17 | 22.02 | 82.68 | - |
| YUV | 131.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 237 | 0.38 | 0.57 | 0 | 0.07 | 259.7 | 0.79 | 0.67 |
| Hex | 93 | 67 | ED | 26 | 39 | 0 | 7 | 104 | 4F | 43 |
| Octal | 223 | 147 | 355 | 46 | 71 | 0 | 7 | 404 | 117 | 103 |
| Binary | 10010011 | 1100111 | 11101101 | 100110 | 111001 | 0 | 111 | 100000100 | 1001111 | 1000011 |
Color Harmonies of #9367ED
Complementary color
Monochromatic Colors of #9367ED
Black with #9367ED
Text Example
Text Example
White with #9367ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367ED; }
p { color: rgb(147,103,237); }
H1.HeaderClassName
{
color: #9367ED;
}
.AnyTagClassName
{
color: #9367ED;
}
</style>
background-color css
<style>
a { background-color: #9367ED; }
a { background-color: rgb(147,103,237); }
div.DivClassName
{
background-color: #9367ED;
}
.BgClassName
{
background-color: #9367ED;
}
</style>
border-color css
<style>
span { border-color: #9367ED; }
span { border-color: rgb(147,103,237); }
td.TdClassName
{
border-color: #9367ED;
}
.TagClassName
{
border-color: #9367ED;
}
</style>