Shades of Medium Purple #956BF2
Tints of Medium Purple #956BF2
RGB
CMYK
RGB Variations
Color information
#956BF2 (or 0x956BF2) is known color: Medium Purple. HEX triplet: 95, 6B and F2. RGB value is (149,107,242). Sum of RGB (Red+Green+Blue) = 149+107+242=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 242 - color contains mainly: blue. Hex color #956BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BF2 is #6A940D. Grayscale: #868686. Windows color (decimal): -6984718 or 15887253. OLE color: 15887253.
HSL color Cylindrical-coordinate representation of color #956BF2: hue angle of 258.67º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #956BF2 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 107 | 242 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.05 |
| HSL | 258.67º | 0.84% | 0.68% | - |
| HSV(B) | 258.67º | 0.56% | 0.95% | - |
| XYZ | 33.68 | 23.32 | 86.73 | - |
| YUV | 134.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 242 | 0.38 | 0.56 | 0 | 0.05 | 258.67 | 0.84 | 0.68 |
| Hex | 95 | 6B | F2 | 26 | 38 | 0 | 5 | 103 | 54 | 44 |
| Octal | 225 | 153 | 362 | 46 | 70 | 0 | 5 | 403 | 124 | 104 |
| Binary | 10010101 | 1101011 | 11110010 | 100110 | 111000 | 0 | 101 | 100000011 | 1010100 | 1000100 |
Color Harmonies of #956BF2
Complementary color
Monochromatic Colors of #956BF2
Black with #956BF2
Text Example
Text Example
White with #956BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BF2; }
p { color: rgb(149,107,242); }
H1.HeaderClassName
{
color: #956BF2;
}
.AnyTagClassName
{
color: #956BF2;
}
</style>
background-color css
<style>
a { background-color: #956BF2; }
a { background-color: rgb(149,107,242); }
div.DivClassName
{
background-color: #956BF2;
}
.BgClassName
{
background-color: #956BF2;
}
</style>
border-color css
<style>
span { border-color: #956BF2; }
span { border-color: rgb(149,107,242); }
td.TdClassName
{
border-color: #956BF2;
}
.TagClassName
{
border-color: #956BF2;
}
</style>