Shades of Medium Purple #9A58EE
Tints of Medium Purple #9A58EE
RGB
CMYK
RGB Variations
Color information
#9A58EE (or 0x9A58EE) is known color: Medium Purple. HEX triplet: 9A, 58 and EE. RGB value is (154,88,238). Sum of RGB (Red+Green+Blue) = 154+88+238=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #9A58EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A58EE is #65A711. Grayscale: #7C7C7C. Windows color (decimal): -6661906 or 15620250. OLE color: 15620250.
HSL color Cylindrical-coordinate representation of color #9A58EE: hue angle of 266.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A58EE is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 88 | 238 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.07 |
| HSL | 266.4º | 0.82% | 0.64% | - |
| HSV(B) | 266.4º | 0.63% | 0.93% | - |
| XYZ | 32.25 | 20.02 | 83.05 | - |
| YUV | 124.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 238 | 0.35 | 0.63 | 0 | 0.07 | 266.4 | 0.82 | 0.64 |
| Hex | 9A | 58 | EE | 23 | 3F | 0 | 7 | 10A | 52 | 40 |
| Octal | 232 | 130 | 356 | 43 | 77 | 0 | 7 | 412 | 122 | 100 |
| Binary | 10011010 | 1011000 | 11101110 | 100011 | 111111 | 0 | 111 | 100001010 | 1010010 | 1000000 |
Color Harmonies of #9A58EE
Complementary color
Monochromatic Colors of #9A58EE
Black with #9A58EE
Text Example
Text Example
White with #9A58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A58EE; }
p { color: rgb(154,88,238); }
H1.HeaderClassName
{
color: #9A58EE;
}
.AnyTagClassName
{
color: #9A58EE;
}
</style>
background-color css
<style>
a { background-color: #9A58EE; }
a { background-color: rgb(154,88,238); }
div.DivClassName
{
background-color: #9A58EE;
}
.BgClassName
{
background-color: #9A58EE;
}
</style>
border-color css
<style>
span { border-color: #9A58EE; }
span { border-color: rgb(154,88,238); }
td.TdClassName
{
border-color: #9A58EE;
}
.TagClassName
{
border-color: #9A58EE;
}
</style>