Shades of Medium Purple #8466DB
Tints of Medium Purple #8466DB
RGB
CMYK
RGB Variations
Color information
#8466DB (or 0x8466DB) is known color: Medium Purple. HEX triplet: 84, 66 and DB. RGB value is (132,102,219). Sum of RGB (Red+Green+Blue) = 132+102+219=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #8466DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8466DB is #7B9924. Grayscale: #7B7B7B. Windows color (decimal): -8100133 or 14378628. OLE color: 14378628.
HSL color Cylindrical-coordinate representation of color #8466DB: hue angle of 255.38º 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 #8466DB is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 102 | 219 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.14 |
| HSL | 255.38º | 0.62% | 0.63% | - |
| HSV(B) | 255.38º | 0.53% | 0.86% | - |
| XYZ | 27.05 | 19.52 | 69.36 | - |
| YUV | 124.31 | 181.44 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 219 | 0.40 | 0.53 | 0 | 0.14 | 255.38 | 0.62 | 0.63 |
| Hex | 84 | 66 | DB | 28 | 35 | 0 | E | FF | 3E | 3F |
| Octal | 204 | 146 | 333 | 50 | 65 | 0 | 16 | 377 | 76 | 77 |
| Binary | 10000100 | 1100110 | 11011011 | 101000 | 110101 | 0 | 1110 | 11111111 | 111110 | 111111 |
Color Harmonies of #8466DB
Complementary color
Monochromatic Colors of #8466DB
Black with #8466DB
Text Example
Text Example
White with #8466DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8466DB; }
p { color: rgb(132,102,219); }
H1.HeaderClassName
{
color: #8466DB;
}
.AnyTagClassName
{
color: #8466DB;
}
</style>
background-color css
<style>
a { background-color: #8466DB; }
a { background-color: rgb(132,102,219); }
div.DivClassName
{
background-color: #8466DB;
}
.BgClassName
{
background-color: #8466DB;
}
</style>
border-color css
<style>
span { border-color: #8466DB; }
span { border-color: rgb(132,102,219); }
td.TdClassName
{
border-color: #8466DB;
}
.TagClassName
{
border-color: #8466DB;
}
</style>