Shades of Medium Purple #9A69DC
Tints of Medium Purple #9A69DC
RGB
CMYK
RGB Variations
Color information
#9A69DC (or 0x9A69DC) is known color: Medium Purple. HEX triplet: 9A, 69 and DC. RGB value is (154,105,220). Sum of RGB (Red+Green+Blue) = 154+105+220=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69DC is #659623. Grayscale: #848484. Windows color (decimal): -6657572 or 14444954. OLE color: 14444954.
HSL color Cylindrical-coordinate representation of color #9A69DC: hue angle of 265.57º 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 #9A69DC is Cyan = 0.3, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 105 | 220 | - |
| CMYK | 0.3 | 0.52 | 0 | 0.14 |
| HSL | 265.57º | 0.62% | 0.64% | - |
| HSV(B) | 265.57º | 0.52% | 0.86% | - |
| XYZ | 31.3 | 22.14 | 70.33 | - |
| YUV | 132.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 220 | 0.3 | 0.52 | 0 | 0.14 | 265.57 | 0.62 | 0.64 |
| Hex | 9A | 69 | DC | 1E | 34 | 0 | E | 10A | 3E | 40 |
| Octal | 232 | 151 | 334 | 36 | 64 | 0 | 16 | 412 | 76 | 100 |
| Binary | 10011010 | 1101001 | 11011100 | 11110 | 110100 | 0 | 1110 | 100001010 | 111110 | 1000000 |
Color Harmonies of #9A69DC
Complementary color
Monochromatic Colors of #9A69DC
Black with #9A69DC
Text Example
Text Example
White with #9A69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69DC; }
p { color: rgb(154,105,220); }
H1.HeaderClassName
{
color: #9A69DC;
}
.AnyTagClassName
{
color: #9A69DC;
}
</style>
background-color css
<style>
a { background-color: #9A69DC; }
a { background-color: rgb(154,105,220); }
div.DivClassName
{
background-color: #9A69DC;
}
.BgClassName
{
background-color: #9A69DC;
}
</style>
border-color css
<style>
span { border-color: #9A69DC; }
span { border-color: rgb(154,105,220); }
td.TdClassName
{
border-color: #9A69DC;
}
.TagClassName
{
border-color: #9A69DC;
}
</style>