Shades of Medium Purple #916CD2
Tints of Medium Purple #916CD2
RGB
CMYK
RGB Variations
Color information
#916CD2 (or 0x916CD2) is known color: Medium Purple. HEX triplet: 91, 6C and D2. RGB value is (145,108,210). Sum of RGB (Red+Green+Blue) = 145+108+210=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #916CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CD2 is #6E932D. Grayscale: #828282. Windows color (decimal): -7246638 or 13790353. OLE color: 13790353.
HSL color Cylindrical-coordinate representation of color #916CD2: hue angle of 261.76º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #916CD2 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 108 | 210 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.18 |
| HSL | 261.76º | 0.53% | 0.62% | - |
| HSV(B) | 261.76º | 0.49% | 0.82% | - |
| XYZ | 28.67 | 21.4 | 63.59 | - |
| YUV | 130.69 | 172.76 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 210 | 0.31 | 0.49 | 0 | 0.18 | 261.76 | 0.53 | 0.62 |
| Hex | 91 | 6C | D2 | 1F | 31 | 0 | 12 | 106 | 35 | 3E |
| Octal | 221 | 154 | 322 | 37 | 61 | 0 | 22 | 406 | 65 | 76 |
| Binary | 10010001 | 1101100 | 11010010 | 11111 | 110001 | 0 | 10010 | 100000110 | 110101 | 111110 |
Color Harmonies of #916CD2
Complementary color
Monochromatic Colors of #916CD2
Black with #916CD2
Text Example
Text Example
White with #916CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916CD2; }
p { color: rgb(145,108,210); }
H1.HeaderClassName
{
color: #916CD2;
}
.AnyTagClassName
{
color: #916CD2;
}
</style>
background-color css
<style>
a { background-color: #916CD2; }
a { background-color: rgb(145,108,210); }
div.DivClassName
{
background-color: #916CD2;
}
.BgClassName
{
background-color: #916CD2;
}
</style>
border-color css
<style>
span { border-color: #916CD2; }
span { border-color: rgb(145,108,210); }
td.TdClassName
{
border-color: #916CD2;
}
.TagClassName
{
border-color: #916CD2;
}
</style>