Shades of Medium Purple #9375EB
Tints of Medium Purple #9375EB
RGB
CMYK
RGB Variations
Color information
#9375EB (or 0x9375EB) is known color: Medium Purple. HEX triplet: 93, 75 and EB. RGB value is (147,117,235). Sum of RGB (Red+Green+Blue) = 147+117+235=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #9375EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9375EB is #6C8A14. Grayscale: #8A8A8A. Windows color (decimal): -7113237 or 15431059. OLE color: 15431059.
HSL color Cylindrical-coordinate representation of color #9375EB: hue angle of 255.25º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9375EB is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 117 | 235 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.08 |
| HSL | 255.25º | 0.75% | 0.69% | - |
| HSV(B) | 255.25º | 0.5% | 0.92% | - |
| XYZ | 33.39 | 24.92 | 81.65 | - |
| YUV | 139.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 235 | 0.37 | 0.50 | 0 | 0.08 | 255.25 | 0.75 | 0.69 |
| Hex | 93 | 75 | EB | 25 | 32 | 0 | 8 | FF | 4B | 45 |
| Octal | 223 | 165 | 353 | 45 | 62 | 0 | 10 | 377 | 113 | 105 |
| Binary | 10010011 | 1110101 | 11101011 | 100101 | 110010 | 0 | 1000 | 11111111 | 1001011 | 1000101 |
Color Harmonies of #9375EB
Complementary color
Monochromatic Colors of #9375EB
Black with #9375EB
Text Example
Text Example
White with #9375EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9375EB; }
p { color: rgb(147,117,235); }
H1.HeaderClassName
{
color: #9375EB;
}
.AnyTagClassName
{
color: #9375EB;
}
</style>
background-color css
<style>
a { background-color: #9375EB; }
a { background-color: rgb(147,117,235); }
div.DivClassName
{
background-color: #9375EB;
}
.BgClassName
{
background-color: #9375EB;
}
</style>
border-color css
<style>
span { border-color: #9375EB; }
span { border-color: rgb(147,117,235); }
td.TdClassName
{
border-color: #9375EB;
}
.TagClassName
{
border-color: #9375EB;
}
</style>