Shades of Medium Purple #916CDC
Tints of Medium Purple #916CDC
RGB
CMYK
RGB Variations
Color information
#916CDC (or 0x916CDC) is known color: Medium Purple. HEX triplet: 91, 6C and DC. RGB value is (145,108,220). Sum of RGB (Red+Green+Blue) = 145+108+220=473 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.66% from 473); Green value is 108 (42.58% from 255 or 22.83% 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 #916CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CDC is #6E9323. Grayscale: #838383. Windows color (decimal): -7246628 or 14445713. OLE color: 14445713.
HSL color Cylindrical-coordinate representation of color #916CDC: hue angle of 259.82º 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 #916CDC is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 108 | 220 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.14 |
| HSL | 259.82º | 0.62% | 0.64% | - |
| HSV(B) | 259.82º | 0.51% | 0.86% | - |
| XYZ | 29.96 | 21.91 | 70.36 | - |
| YUV | 131.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 220 | 0.34 | 0.51 | 0 | 0.14 | 259.82 | 0.62 | 0.64 |
| Hex | 91 | 6C | DC | 22 | 33 | 0 | E | 104 | 3E | 40 |
| Octal | 221 | 154 | 334 | 42 | 63 | 0 | 16 | 404 | 76 | 100 |
| Binary | 10010001 | 1101100 | 11011100 | 100010 | 110011 | 0 | 1110 | 100000100 | 111110 | 1000000 |
Color Harmonies of #916CDC
Complementary color
Monochromatic Colors of #916CDC
Black with #916CDC
Text Example
Text Example
White with #916CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CDC; }
p { color: rgb(145,108,220); }
H1.HeaderClassName
{
color: #916CDC;
}
.AnyTagClassName
{
color: #916CDC;
}
</style>
background-color css
<style>
a { background-color: #916CDC; }
a { background-color: rgb(145,108,220); }
div.DivClassName
{
background-color: #916CDC;
}
.BgClassName
{
background-color: #916CDC;
}
</style>
border-color css
<style>
span { border-color: #916CDC; }
span { border-color: rgb(145,108,220); }
td.TdClassName
{
border-color: #916CDC;
}
.TagClassName
{
border-color: #916CDC;
}
</style>