Shades of Medium Purple #956FE6
Tints of Medium Purple #956FE6
RGB
CMYK
RGB Variations
Color information
#956FE6 (or 0x956FE6) is known color: Medium Purple. HEX triplet: 95, 6F and E6. RGB value is (149,111,230). Sum of RGB (Red+Green+Blue) = 149+111+230=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 111 (43.75% from 255 or 22.65% from 490); Blue value is 230 (90.23% from 255 or 46.94% from 490); Max value from RGB is 230 - color contains mainly: blue. Hex color #956FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956FE6 is #6A9019. Grayscale: #878787. Windows color (decimal): -6983706 or 15101845. OLE color: 15101845.
HSL color Cylindrical-coordinate representation of color #956FE6: hue angle of 259.16º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #956FE6 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 111 | 230 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.10 |
| HSL | 259.16º | 0.7% | 0.67% | - |
| HSV(B) | 259.16º | 0.52% | 0.9% | - |
| XYZ | 32.36 | 23.47 | 77.69 | - |
| YUV | 135.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 230 | 0.35 | 0.52 | 0 | 0.10 | 259.16 | 0.7 | 0.67 |
| Hex | 95 | 6F | E6 | 23 | 34 | 0 | A | 103 | 46 | 43 |
| Octal | 225 | 157 | 346 | 43 | 64 | 0 | 12 | 403 | 106 | 103 |
| Binary | 10010101 | 1101111 | 11100110 | 100011 | 110100 | 0 | 1010 | 100000011 | 1000110 | 1000011 |
Color Harmonies of #956FE6
Complementary color
Monochromatic Colors of #956FE6
Black with #956FE6
Text Example
Text Example
White with #956FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956FE6; }
p { color: rgb(149,111,230); }
H1.HeaderClassName
{
color: #956FE6;
}
.AnyTagClassName
{
color: #956FE6;
}
</style>
background-color css
<style>
a { background-color: #956FE6; }
a { background-color: rgb(149,111,230); }
div.DivClassName
{
background-color: #956FE6;
}
.BgClassName
{
background-color: #956FE6;
}
</style>
border-color css
<style>
span { border-color: #956FE6; }
span { border-color: rgb(149,111,230); }
td.TdClassName
{
border-color: #956FE6;
}
.TagClassName
{
border-color: #956FE6;
}
</style>