Shades of Medium Purple #9A69EA
Tints of Medium Purple #9A69EA
RGB
CMYK
RGB Variations
Color information
#9A69EA (or 0x9A69EA) is known color: Medium Purple. HEX triplet: 9A, 69 and EA. RGB value is (154,105,234). Sum of RGB (Red+Green+Blue) = 154+105+234=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A69EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A69EA is #659615. Grayscale: #858585. Windows color (decimal): -6657558 or 15362458. OLE color: 15362458.
HSL color Cylindrical-coordinate representation of color #9A69EA: hue angle of 262.79º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A69EA is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 105 | 234 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.08 |
| HSL | 262.79º | 0.75% | 0.66% | - |
| HSV(B) | 262.79º | 0.55% | 0.92% | - |
| XYZ | 33.23 | 22.91 | 80.51 | - |
| YUV | 134.36 | 184.23 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 234 | 0.34 | 0.55 | 0 | 0.08 | 262.79 | 0.75 | 0.66 |
| Hex | 9A | 69 | EA | 22 | 37 | 0 | 8 | 107 | 4B | 42 |
| Octal | 232 | 151 | 352 | 42 | 67 | 0 | 10 | 407 | 113 | 102 |
| Binary | 10011010 | 1101001 | 11101010 | 100010 | 110111 | 0 | 1000 | 100000111 | 1001011 | 1000010 |
Color Harmonies of #9A69EA
Complementary color
Monochromatic Colors of #9A69EA
Black with #9A69EA
Text Example
Text Example
White with #9A69EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69EA; }
p { color: rgb(154,105,234); }
H1.HeaderClassName
{
color: #9A69EA;
}
.AnyTagClassName
{
color: #9A69EA;
}
</style>
background-color css
<style>
a { background-color: #9A69EA; }
a { background-color: rgb(154,105,234); }
div.DivClassName
{
background-color: #9A69EA;
}
.BgClassName
{
background-color: #9A69EA;
}
</style>
border-color css
<style>
span { border-color: #9A69EA; }
span { border-color: rgb(154,105,234); }
td.TdClassName
{
border-color: #9A69EA;
}
.TagClassName
{
border-color: #9A69EA;
}
</style>