Shades of Medium Purple #9469DC
Tints of Medium Purple #9469DC
RGB
CMYK
RGB Variations
Color information
#9469DC (or 0x9469DC) is known color: Medium Purple. HEX triplet: 94, 69 and DC. RGB value is (148,105,220). Sum of RGB (Red+Green+Blue) = 148+105+220=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #9469DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9469DC is #6B9623. Grayscale: #828282. Windows color (decimal): -7050788 or 14444948. OLE color: 14444948.
HSL color Cylindrical-coordinate representation of color #9469DC: hue angle of 262.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9469DC is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 105 | 220 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.14 |
| HSL | 262.43º | 0.62% | 0.64% | - |
| HSV(B) | 262.43º | 0.52% | 0.86% | - |
| XYZ | 30.18 | 21.57 | 70.28 | - |
| YUV | 130.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 220 | 0.33 | 0.52 | 0 | 0.14 | 262.43 | 0.62 | 0.64 |
| Hex | 94 | 69 | DC | 21 | 34 | 0 | E | 106 | 3E | 40 |
| Octal | 224 | 151 | 334 | 41 | 64 | 0 | 16 | 406 | 76 | 100 |
| Binary | 10010100 | 1101001 | 11011100 | 100001 | 110100 | 0 | 1110 | 100000110 | 111110 | 1000000 |
Color Harmonies of #9469DC
Complementary color
Monochromatic Colors of #9469DC
Black with #9469DC
Text Example
Text Example
White with #9469DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9469DC; }
p { color: rgb(148,105,220); }
H1.HeaderClassName
{
color: #9469DC;
}
.AnyTagClassName
{
color: #9469DC;
}
</style>
background-color css
<style>
a { background-color: #9469DC; }
a { background-color: rgb(148,105,220); }
div.DivClassName
{
background-color: #9469DC;
}
.BgClassName
{
background-color: #9469DC;
}
</style>
border-color css
<style>
span { border-color: #9469DC; }
span { border-color: rgb(148,105,220); }
td.TdClassName
{
border-color: #9469DC;
}
.TagClassName
{
border-color: #9469DC;
}
</style>