Shades of Medium Purple #9673EA
Tints of Medium Purple #9673EA
RGB
CMYK
RGB Variations
Color information
#9673EA (or 0x9673EA) is known color: Medium Purple. HEX triplet: 96, 73 and EA. RGB value is (150,115,234). Sum of RGB (Red+Green+Blue) = 150+115+234=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 115 (45.31% from 255 or 23.05% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #9673EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9673EA is #698C15. Grayscale: #8A8A8A. Windows color (decimal): -6917142 or 15365014. OLE color: 15365014.
HSL color Cylindrical-coordinate representation of color #9673EA: hue angle of 257.65º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9673EA is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 150 | 115 | 234 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.08 |
| HSL | 257.65º | 0.74% | 0.68% | - |
| HSV(B) | 257.65º | 0.51% | 0.92% | - |
| XYZ | 33.56 | 24.69 | 80.84 | - |
| YUV | 139.03 | 181.6 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 234 | 0.36 | 0.51 | 0 | 0.08 | 257.65 | 0.74 | 0.68 |
| Hex | 96 | 73 | EA | 24 | 33 | 0 | 8 | 102 | 4A | 44 |
| Octal | 226 | 163 | 352 | 44 | 63 | 0 | 10 | 402 | 112 | 104 |
| Binary | 10010110 | 1110011 | 11101010 | 100100 | 110011 | 0 | 1000 | 100000010 | 1001010 | 1000100 |
Color Harmonies of #9673EA
Complementary color
Monochromatic Colors of #9673EA
Black with #9673EA
Text Example
Text Example
White with #9673EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9673EA; }
p { color: rgb(150,115,234); }
H1.HeaderClassName
{
color: #9673EA;
}
.AnyTagClassName
{
color: #9673EA;
}
</style>
background-color css
<style>
a { background-color: #9673EA; }
a { background-color: rgb(150,115,234); }
div.DivClassName
{
background-color: #9673EA;
}
.BgClassName
{
background-color: #9673EA;
}
</style>
border-color css
<style>
span { border-color: #9673EA; }
span { border-color: rgb(150,115,234); }
td.TdClassName
{
border-color: #9673EA;
}
.TagClassName
{
border-color: #9673EA;
}
</style>