Shades of Medium Purple #9754EB
Tints of Medium Purple #9754EB
RGB
CMYK
RGB Variations
Color information
#9754EB (or 0x9754EB) is known color: Medium Purple. HEX triplet: 97, 54 and EB. RGB value is (151,84,235). Sum of RGB (Red+Green+Blue) = 151+84+235=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 84 (33.20% from 255 or 17.87% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #9754EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754EB is #68AB14. Grayscale: #787878. Windows color (decimal): -6859541 or 15422615. OLE color: 15422615.
HSL color Cylindrical-coordinate representation of color #9754EB: hue angle of 266.62º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9754EB is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 84 | 235 | - |
| CMYK | 0.36 | 0.64 | 0 | 0.08 |
| HSL | 266.62º | 0.79% | 0.63% | - |
| HSV(B) | 266.62º | 0.64% | 0.92% | - |
| XYZ | 30.93 | 18.92 | 80.62 | - |
| YUV | 121.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 235 | 0.36 | 0.64 | 0 | 0.08 | 266.62 | 0.79 | 0.63 |
| Hex | 97 | 54 | EB | 24 | 40 | 0 | 8 | 10B | 4F | 3F |
| Octal | 227 | 124 | 353 | 44 | 100 | 0 | 10 | 413 | 117 | 77 |
| Binary | 10010111 | 1010100 | 11101011 | 100100 | 1000000 | 0 | 1000 | 100001011 | 1001111 | 111111 |
Color Harmonies of #9754EB
Complementary color
Monochromatic Colors of #9754EB
Black with #9754EB
Text Example
Text Example
White with #9754EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754EB; }
p { color: rgb(151,84,235); }
H1.HeaderClassName
{
color: #9754EB;
}
.AnyTagClassName
{
color: #9754EB;
}
</style>
background-color css
<style>
a { background-color: #9754EB; }
a { background-color: rgb(151,84,235); }
div.DivClassName
{
background-color: #9754EB;
}
.BgClassName
{
background-color: #9754EB;
}
</style>
border-color css
<style>
span { border-color: #9754EB; }
span { border-color: rgb(151,84,235); }
td.TdClassName
{
border-color: #9754EB;
}
.TagClassName
{
border-color: #9754EB;
}
</style>