Shades of Medium Purple #9469DA
Tints of Medium Purple #9469DA
RGB
CMYK
RGB Variations
Color information
#9469DA (or 0x9469DA) is known color: Medium Purple. HEX triplet: 94, 69 and DA. RGB value is (148,105,218). Sum of RGB (Red+Green+Blue) = 148+105+218=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 105 (41.41% from 255 or 22.29% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #9469DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469DA is #6B9625. Grayscale: #828282. Windows color (decimal): -7050790 or 14313876. OLE color: 14313876.
HSL color Cylindrical-coordinate representation of color #9469DA: hue angle of 262.83º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9469DA is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 105 | 218 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.15 |
| HSL | 262.83º | 0.6% | 0.63% | - |
| HSV(B) | 262.83º | 0.52% | 0.85% | - |
| XYZ | 29.92 | 21.46 | 68.9 | - |
| YUV | 130.74 | 177.25 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 218 | 0.32 | 0.52 | 0 | 0.15 | 262.83 | 0.6 | 0.63 |
| Hex | 94 | 69 | DA | 20 | 34 | 0 | F | 107 | 3C | 3F |
| Octal | 224 | 151 | 332 | 40 | 64 | 0 | 17 | 407 | 74 | 77 |
| Binary | 10010100 | 1101001 | 11011010 | 100000 | 110100 | 0 | 1111 | 100000111 | 111100 | 111111 |
Color Harmonies of #9469DA
Complementary color
Monochromatic Colors of #9469DA
Black with #9469DA
Text Example
Text Example
White with #9469DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9469DA; }
p { color: rgb(148,105,218); }
H1.HeaderClassName
{
color: #9469DA;
}
.AnyTagClassName
{
color: #9469DA;
}
</style>
background-color css
<style>
a { background-color: #9469DA; }
a { background-color: rgb(148,105,218); }
div.DivClassName
{
background-color: #9469DA;
}
.BgClassName
{
background-color: #9469DA;
}
</style>
border-color css
<style>
span { border-color: #9469DA; }
span { border-color: rgb(148,105,218); }
td.TdClassName
{
border-color: #9469DA;
}
.TagClassName
{
border-color: #9469DA;
}
</style>