Shades of Medium Purple #9469EF
Tints of Medium Purple #9469EF
RGB
CMYK
RGB Variations
Color information
#9469EF (or 0x9469EF) is known color: Medium Purple. HEX triplet: 94, 69 and EF. RGB value is (148,105,239). Sum of RGB (Red+Green+Blue) = 148+105+239=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #9469EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9469EF is #6B9610. Grayscale: #848484. Windows color (decimal): -7050769 or 15690132. OLE color: 15690132.
HSL color Cylindrical-coordinate representation of color #9469EF: hue angle of 259.25º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9469EF is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 105 | 239 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.06 |
| HSL | 259.25º | 0.81% | 0.67% | - |
| HSV(B) | 259.25º | 0.56% | 0.94% | - |
| XYZ | 32.84 | 22.63 | 84.3 | - |
| YUV | 133.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 239 | 0.38 | 0.56 | 0 | 0.06 | 259.25 | 0.81 | 0.67 |
| Hex | 94 | 69 | EF | 26 | 38 | 0 | 6 | 103 | 51 | 43 |
| Octal | 224 | 151 | 357 | 46 | 70 | 0 | 6 | 403 | 121 | 103 |
| Binary | 10010100 | 1101001 | 11101111 | 100110 | 111000 | 0 | 110 | 100000011 | 1010001 | 1000011 |
Color Harmonies of #9469EF
Complementary color
Monochromatic Colors of #9469EF
Black with #9469EF
Text Example
Text Example
White with #9469EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9469EF; }
p { color: rgb(148,105,239); }
H1.HeaderClassName
{
color: #9469EF;
}
.AnyTagClassName
{
color: #9469EF;
}
</style>
background-color css
<style>
a { background-color: #9469EF; }
a { background-color: rgb(148,105,239); }
div.DivClassName
{
background-color: #9469EF;
}
.BgClassName
{
background-color: #9469EF;
}
</style>
border-color css
<style>
span { border-color: #9469EF; }
span { border-color: rgb(148,105,239); }
td.TdClassName
{
border-color: #9469EF;
}
.TagClassName
{
border-color: #9469EF;
}
</style>