Shades of Medium Purple #9454E6
Tints of Medium Purple #9454E6
RGB
CMYK
RGB Variations
Color information
#9454E6 (or 0x9454E6) is known color: Medium Purple. HEX triplet: 94, 54 and E6. RGB value is (148,84,230). Sum of RGB (Red+Green+Blue) = 148+84+230=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 230 (90.23% from 255 or 49.78% from 462); Max value from RGB is 230 - color contains mainly: blue. Hex color #9454E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9454E6 is #6BAB19. Grayscale: #777777. Windows color (decimal): -7056154 or 15094932. OLE color: 15094932.
HSL color Cylindrical-coordinate representation of color #9454E6: hue angle of 266.3º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9454E6 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 84 | 230 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.10 |
| HSL | 266.3º | 0.74% | 0.62% | - |
| HSV(B) | 266.3º | 0.63% | 0.9% | - |
| XYZ | 29.67 | 18.35 | 76.84 | - |
| YUV | 119.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 84 | 230 | 0.36 | 0.63 | 0 | 0.10 | 266.3 | 0.74 | 0.62 |
| Hex | 94 | 54 | E6 | 24 | 3F | 0 | A | 10A | 4A | 3E |
| Octal | 224 | 124 | 346 | 44 | 77 | 0 | 12 | 412 | 112 | 76 |
| Binary | 10010100 | 1010100 | 11100110 | 100100 | 111111 | 0 | 1010 | 100001010 | 1001010 | 111110 |
Color Harmonies of #9454E6
Complementary color
Monochromatic Colors of #9454E6
Black with #9454E6
Text Example
Text Example
White with #9454E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9454E6; }
p { color: rgb(148,84,230); }
H1.HeaderClassName
{
color: #9454E6;
}
.AnyTagClassName
{
color: #9454E6;
}
</style>
background-color css
<style>
a { background-color: #9454E6; }
a { background-color: rgb(148,84,230); }
div.DivClassName
{
background-color: #9454E6;
}
.BgClassName
{
background-color: #9454E6;
}
</style>
border-color css
<style>
span { border-color: #9454E6; }
span { border-color: rgb(148,84,230); }
td.TdClassName
{
border-color: #9454E6;
}
.TagClassName
{
border-color: #9454E6;
}
</style>