Shades of Medium Purple #9754F8
Tints of Medium Purple #9754F8
RGB
CMYK
RGB Variations
Color information
#9754F8 (or 0x9754F8) is known color: Medium Purple. HEX triplet: 97, 54 and F8. RGB value is (151,84,248). Sum of RGB (Red+Green+Blue) = 151+84+248=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #9754F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9754F8 is #68AB07. Grayscale: #7A7A7A. Windows color (decimal): -6859528 or 16274583. OLE color: 16274583.
HSL color Cylindrical-coordinate representation of color #9754F8: hue angle of 264.51º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9754F8 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 84 | 248 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.03 |
| HSL | 264.51º | 0.92% | 0.65% | - |
| HSV(B) | 264.51º | 0.66% | 0.97% | - |
| XYZ | 32.88 | 19.7 | 90.88 | - |
| YUV | 122.73 | 198.7 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 84 | 248 | 0.39 | 0.66 | 0 | 0.03 | 264.51 | 0.92 | 0.65 |
| Hex | 97 | 54 | F8 | 27 | 42 | 0 | 3 | 109 | 5C | 41 |
| Octal | 227 | 124 | 370 | 47 | 102 | 0 | 3 | 411 | 134 | 101 |
| Binary | 10010111 | 1010100 | 11111000 | 100111 | 1000010 | 0 | 11 | 100001001 | 1011100 | 1000001 |
Color Harmonies of #9754F8
Complementary color
Monochromatic Colors of #9754F8
Black with #9754F8
Text Example
Text Example
White with #9754F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9754F8; }
p { color: rgb(151,84,248); }
H1.HeaderClassName
{
color: #9754F8;
}
.AnyTagClassName
{
color: #9754F8;
}
</style>
background-color css
<style>
a { background-color: #9754F8; }
a { background-color: rgb(151,84,248); }
div.DivClassName
{
background-color: #9754F8;
}
.BgClassName
{
background-color: #9754F8;
}
</style>
border-color css
<style>
span { border-color: #9754F8; }
span { border-color: rgb(151,84,248); }
td.TdClassName
{
border-color: #9754F8;
}
.TagClassName
{
border-color: #9754F8;
}
</style>