Shades of Medium Purple #9A74EB
Tints of Medium Purple #9A74EB
RGB
CMYK
RGB Variations
Color information
#9A74EB (or 0x9A74EB) is known color: Medium Purple. HEX triplet: 9A, 74 and EB. RGB value is (154,116,235). Sum of RGB (Red+Green+Blue) = 154+116+235=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #9A74EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A74EB is #658B14. Grayscale: #8C8C8C. Windows color (decimal): -6654741 or 15430810. OLE color: 15430810.
HSL color Cylindrical-coordinate representation of color #9A74EB: hue angle of 259.16º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A74EB is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 116 | 235 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.08 |
| HSL | 259.16º | 0.75% | 0.69% | - |
| HSV(B) | 259.16º | 0.51% | 0.92% | - |
| XYZ | 34.57 | 25.36 | 81.67 | - |
| YUV | 140.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 235 | 0.34 | 0.51 | 0 | 0.08 | 259.16 | 0.75 | 0.69 |
| Hex | 9A | 74 | EB | 22 | 33 | 0 | 8 | 103 | 4B | 45 |
| Octal | 232 | 164 | 353 | 42 | 63 | 0 | 10 | 403 | 113 | 105 |
| Binary | 10011010 | 1110100 | 11101011 | 100010 | 110011 | 0 | 1000 | 100000011 | 1001011 | 1000101 |
Color Harmonies of #9A74EB
Complementary color
Monochromatic Colors of #9A74EB
Black with #9A74EB
Text Example
Text Example
White with #9A74EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A74EB; }
p { color: rgb(154,116,235); }
H1.HeaderClassName
{
color: #9A74EB;
}
.AnyTagClassName
{
color: #9A74EB;
}
</style>
background-color css
<style>
a { background-color: #9A74EB; }
a { background-color: rgb(154,116,235); }
div.DivClassName
{
background-color: #9A74EB;
}
.BgClassName
{
background-color: #9A74EB;
}
</style>
border-color css
<style>
span { border-color: #9A74EB; }
span { border-color: rgb(154,116,235); }
td.TdClassName
{
border-color: #9A74EB;
}
.TagClassName
{
border-color: #9A74EB;
}
</style>