Shades of Medium Purple #9C74EA
Tints of Medium Purple #9C74EA
RGB
CMYK
RGB Variations
Color information
#9C74EA (or 0x9C74EA) is known color: Medium Purple. HEX triplet: 9C, 74 and EA. RGB value is (156,116,234). Sum of RGB (Red+Green+Blue) = 156+116+234=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C74EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C74EA is #638B15. Grayscale: #8C8C8C. Windows color (decimal): -6523670 or 15365276. OLE color: 15365276.
HSL color Cylindrical-coordinate representation of color #9C74EA: hue angle of 260.34º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C74EA is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 116 | 234 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.08 |
| HSL | 260.34º | 0.74% | 0.69% | - |
| HSV(B) | 260.34º | 0.5% | 0.92% | - |
| XYZ | 34.81 | 25.5 | 80.93 | - |
| YUV | 141.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 234 | 0.33 | 0.50 | 0 | 0.08 | 260.34 | 0.74 | 0.69 |
| Hex | 9C | 74 | EA | 21 | 32 | 0 | 8 | 104 | 4A | 45 |
| Octal | 234 | 164 | 352 | 41 | 62 | 0 | 10 | 404 | 112 | 105 |
| Binary | 10011100 | 1110100 | 11101010 | 100001 | 110010 | 0 | 1000 | 100000100 | 1001010 | 1000101 |
Color Harmonies of #9C74EA
Complementary color
Monochromatic Colors of #9C74EA
Black with #9C74EA
Text Example
Text Example
White with #9C74EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C74EA; }
p { color: rgb(156,116,234); }
H1.HeaderClassName
{
color: #9C74EA;
}
.AnyTagClassName
{
color: #9C74EA;
}
</style>
background-color css
<style>
a { background-color: #9C74EA; }
a { background-color: rgb(156,116,234); }
div.DivClassName
{
background-color: #9C74EA;
}
.BgClassName
{
background-color: #9C74EA;
}
</style>
border-color css
<style>
span { border-color: #9C74EA; }
span { border-color: rgb(156,116,234); }
td.TdClassName
{
border-color: #9C74EA;
}
.TagClassName
{
border-color: #9C74EA;
}
</style>