Shades of Medium Purple #936CE5
Tints of Medium Purple #936CE5
RGB
CMYK
RGB Variations
Color information
#936CE5 (or 0x936CE5) is known color: Medium Purple. HEX triplet: 93, 6C and E5. RGB value is (147,108,229). Sum of RGB (Red+Green+Blue) = 147+108+229=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 229 (89.84% from 255 or 47.31% from 484); Max value from RGB is 229 - color contains mainly: blue. Hex color #936CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CE5 is #6C931A. Grayscale: #858585. Windows color (decimal): -7115547 or 15035539. OLE color: 15035539.
HSL color Cylindrical-coordinate representation of color #936CE5: hue angle of 259.34º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #936CE5 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 108 | 229 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.10 |
| HSL | 259.34º | 0.7% | 0.66% | - |
| HSV(B) | 259.34º | 0.53% | 0.9% | - |
| XYZ | 31.54 | 22.59 | 76.83 | - |
| YUV | 133.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 229 | 0.36 | 0.53 | 0 | 0.10 | 259.34 | 0.7 | 0.66 |
| Hex | 93 | 6C | E5 | 24 | 35 | 0 | A | 103 | 46 | 42 |
| Octal | 223 | 154 | 345 | 44 | 65 | 0 | 12 | 403 | 106 | 102 |
| Binary | 10010011 | 1101100 | 11100101 | 100100 | 110101 | 0 | 1010 | 100000011 | 1000110 | 1000010 |
Color Harmonies of #936CE5
Complementary color
Monochromatic Colors of #936CE5
Black with #936CE5
Text Example
Text Example
White with #936CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936CE5; }
p { color: rgb(147,108,229); }
H1.HeaderClassName
{
color: #936CE5;
}
.AnyTagClassName
{
color: #936CE5;
}
</style>
background-color css
<style>
a { background-color: #936CE5; }
a { background-color: rgb(147,108,229); }
div.DivClassName
{
background-color: #936CE5;
}
.BgClassName
{
background-color: #936CE5;
}
</style>
border-color css
<style>
span { border-color: #936CE5; }
span { border-color: rgb(147,108,229); }
td.TdClassName
{
border-color: #936CE5;
}
.TagClassName
{
border-color: #936CE5;
}
</style>