Shades of Medium Purple #9A66DB
Tints of Medium Purple #9A66DB
RGB
CMYK
RGB Variations
Color information
#9A66DB (or 0x9A66DB) is known color: Medium Purple. HEX triplet: 9A, 66 and DB. RGB value is (154,102,219). Sum of RGB (Red+Green+Blue) = 154+102+219=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A66DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A66DB is #659924. Grayscale: #828282. Windows color (decimal): -6658341 or 14378650. OLE color: 14378650.
HSL color Cylindrical-coordinate representation of color #9A66DB: hue angle of 266.67º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A66DB is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 102 | 219 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.14 |
| HSL | 266.67º | 0.62% | 0.63% | - |
| HSV(B) | 266.67º | 0.53% | 0.86% | - |
| XYZ | 30.86 | 21.49 | 69.54 | - |
| YUV | 130.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 102 | 219 | 0.30 | 0.53 | 0 | 0.14 | 266.67 | 0.62 | 0.63 |
| Hex | 9A | 66 | DB | 1E | 35 | 0 | E | 10B | 3E | 3F |
| Octal | 232 | 146 | 333 | 36 | 65 | 0 | 16 | 413 | 76 | 77 |
| Binary | 10011010 | 1100110 | 11011011 | 11110 | 110101 | 0 | 1110 | 100001011 | 111110 | 111111 |
Color Harmonies of #9A66DB
Complementary color
Monochromatic Colors of #9A66DB
Black with #9A66DB
Text Example
Text Example
White with #9A66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A66DB; }
p { color: rgb(154,102,219); }
H1.HeaderClassName
{
color: #9A66DB;
}
.AnyTagClassName
{
color: #9A66DB;
}
</style>
background-color css
<style>
a { background-color: #9A66DB; }
a { background-color: rgb(154,102,219); }
div.DivClassName
{
background-color: #9A66DB;
}
.BgClassName
{
background-color: #9A66DB;
}
</style>
border-color css
<style>
span { border-color: #9A66DB; }
span { border-color: rgb(154,102,219); }
td.TdClassName
{
border-color: #9A66DB;
}
.TagClassName
{
border-color: #9A66DB;
}
</style>