Shades of Medium Purple #916AEA
Tints of Medium Purple #916AEA
RGB
CMYK
RGB Variations
Color information
#916AEA (or 0x916AEA) is known color: Medium Purple. HEX triplet: 91, 6A and EA. RGB value is (145,106,234). Sum of RGB (Red+Green+Blue) = 145+106+234=485 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.90% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #916AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #916AEA is #6E9515. Grayscale: #838383. Windows color (decimal): -7247126 or 15362705. OLE color: 15362705.
HSL color Cylindrical-coordinate representation of color #916AEA: hue angle of 258.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916AEA is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 106 | 234 | - |
| CMYK | 0.38 | 0.55 | 0 | 0.08 |
| HSL | 258.28º | 0.75% | 0.67% | - |
| HSV(B) | 258.28º | 0.55% | 0.92% | - |
| XYZ | 31.68 | 22.27 | 80.47 | - |
| YUV | 132.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 234 | 0.38 | 0.55 | 0 | 0.08 | 258.28 | 0.75 | 0.67 |
| Hex | 91 | 6A | EA | 26 | 37 | 0 | 8 | 102 | 4B | 43 |
| Octal | 221 | 152 | 352 | 46 | 67 | 0 | 10 | 402 | 113 | 103 |
| Binary | 10010001 | 1101010 | 11101010 | 100110 | 110111 | 0 | 1000 | 100000010 | 1001011 | 1000011 |
Color Harmonies of #916AEA
Complementary color
Monochromatic Colors of #916AEA
Black with #916AEA
Text Example
Text Example
White with #916AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916AEA; }
p { color: rgb(145,106,234); }
H1.HeaderClassName
{
color: #916AEA;
}
.AnyTagClassName
{
color: #916AEA;
}
</style>
background-color css
<style>
a { background-color: #916AEA; }
a { background-color: rgb(145,106,234); }
div.DivClassName
{
background-color: #916AEA;
}
.BgClassName
{
background-color: #916AEA;
}
</style>
border-color css
<style>
span { border-color: #916AEA; }
span { border-color: rgb(145,106,234); }
td.TdClassName
{
border-color: #916AEA;
}
.TagClassName
{
border-color: #916AEA;
}
</style>