Shades of Medium Purple #956DF3
Tints of Medium Purple #956DF3
RGB
CMYK
RGB Variations
Color information
#956DF3 (or 0x956DF3) is known color: Medium Purple. HEX triplet: 95, 6D and F3. RGB value is (149,109,243). Sum of RGB (Red+Green+Blue) = 149+109+243=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #956DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956DF3 is #6A920C. Grayscale: #878787. Windows color (decimal): -6984205 or 15953301. OLE color: 15953301.
HSL color Cylindrical-coordinate representation of color #956DF3: hue angle of 257.91º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956DF3 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 109 | 243 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.05 |
| HSL | 257.91º | 0.85% | 0.69% | - |
| HSV(B) | 257.91º | 0.55% | 0.95% | - |
| XYZ | 34.04 | 23.8 | 87.59 | - |
| YUV | 136.24 | 188.25 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 243 | 0.39 | 0.55 | 0 | 0.05 | 257.91 | 0.85 | 0.69 |
| Hex | 95 | 6D | F3 | 27 | 37 | 0 | 5 | 102 | 55 | 45 |
| Octal | 225 | 155 | 363 | 47 | 67 | 0 | 5 | 402 | 125 | 105 |
| Binary | 10010101 | 1101101 | 11110011 | 100111 | 110111 | 0 | 101 | 100000010 | 1010101 | 1000101 |
Color Harmonies of #956DF3
Complementary color
Monochromatic Colors of #956DF3
Black with #956DF3
Text Example
Text Example
White with #956DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956DF3; }
p { color: rgb(149,109,243); }
H1.HeaderClassName
{
color: #956DF3;
}
.AnyTagClassName
{
color: #956DF3;
}
</style>
background-color css
<style>
a { background-color: #956DF3; }
a { background-color: rgb(149,109,243); }
div.DivClassName
{
background-color: #956DF3;
}
.BgClassName
{
background-color: #956DF3;
}
</style>
border-color css
<style>
span { border-color: #956DF3; }
span { border-color: rgb(149,109,243); }
td.TdClassName
{
border-color: #956DF3;
}
.TagClassName
{
border-color: #956DF3;
}
</style>