Shades of Medium Purple #916BDC
Tints of Medium Purple #916BDC
RGB
CMYK
RGB Variations
Color information
#916BDC (or 0x916BDC) is known color: Medium Purple. HEX triplet: 91, 6B and DC. RGB value is (145,107,220). Sum of RGB (Red+Green+Blue) = 145+107+220=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #916BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BDC is #6E9423. Grayscale: #828282. Windows color (decimal): -7246884 or 14445457. OLE color: 14445457.
HSL color Cylindrical-coordinate representation of color #916BDC: hue angle of 260.18º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916BDC is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 107 | 220 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.14 |
| HSL | 260.18º | 0.62% | 0.64% | - |
| HSV(B) | 260.18º | 0.51% | 0.86% | - |
| XYZ | 29.85 | 21.7 | 70.33 | - |
| YUV | 131.24 | 178.09 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 220 | 0.34 | 0.51 | 0 | 0.14 | 260.18 | 0.62 | 0.64 |
| Hex | 91 | 6B | DC | 22 | 33 | 0 | E | 104 | 3E | 40 |
| Octal | 221 | 153 | 334 | 42 | 63 | 0 | 16 | 404 | 76 | 100 |
| Binary | 10010001 | 1101011 | 11011100 | 100010 | 110011 | 0 | 1110 | 100000100 | 111110 | 1000000 |
Color Harmonies of #916BDC
Complementary color
Monochromatic Colors of #916BDC
Black with #916BDC
Text Example
Text Example
White with #916BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916BDC; }
p { color: rgb(145,107,220); }
H1.HeaderClassName
{
color: #916BDC;
}
.AnyTagClassName
{
color: #916BDC;
}
</style>
background-color css
<style>
a { background-color: #916BDC; }
a { background-color: rgb(145,107,220); }
div.DivClassName
{
background-color: #916BDC;
}
.BgClassName
{
background-color: #916BDC;
}
</style>
border-color css
<style>
span { border-color: #916BDC; }
span { border-color: rgb(145,107,220); }
td.TdClassName
{
border-color: #916BDC;
}
.TagClassName
{
border-color: #916BDC;
}
</style>