Shades of Medium Purple #955CEF
Tints of Medium Purple #955CEF
RGB
CMYK
RGB Variations
Color information
#955CEF (or 0x955CEF) is known color: Medium Purple. HEX triplet: 95, 5C and EF. RGB value is (149,92,239). Sum of RGB (Red+Green+Blue) = 149+92+239=480 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.04% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #955CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955CEF is #6AA310. Grayscale: #7D7D7D. Windows color (decimal): -6988561 or 15686805. OLE color: 15686805.
HSL color Cylindrical-coordinate representation of color #955CEF: hue angle of 263.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #955CEF is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 149 | 92 | 239 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.06 |
| HSL | 263.27º | 0.82% | 0.65% | - |
| HSV(B) | 263.27º | 0.62% | 0.94% | - |
| XYZ | 31.8 | 20.28 | 83.9 | - |
| YUV | 125.8 | 191.88 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 239 | 0.38 | 0.62 | 0 | 0.06 | 263.27 | 0.82 | 0.65 |
| Hex | 95 | 5C | EF | 26 | 3E | 0 | 6 | 107 | 52 | 41 |
| Octal | 225 | 134 | 357 | 46 | 76 | 0 | 6 | 407 | 122 | 101 |
| Binary | 10010101 | 1011100 | 11101111 | 100110 | 111110 | 0 | 110 | 100000111 | 1010010 | 1000001 |
Color Harmonies of #955CEF
Complementary color
Monochromatic Colors of #955CEF
Black with #955CEF
Text Example
Text Example
White with #955CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CEF; }
p { color: rgb(149,92,239); }
H1.HeaderClassName
{
color: #955CEF;
}
.AnyTagClassName
{
color: #955CEF;
}
</style>
background-color css
<style>
a { background-color: #955CEF; }
a { background-color: rgb(149,92,239); }
div.DivClassName
{
background-color: #955CEF;
}
.BgClassName
{
background-color: #955CEF;
}
</style>
border-color css
<style>
span { border-color: #955CEF; }
span { border-color: rgb(149,92,239); }
td.TdClassName
{
border-color: #955CEF;
}
.TagClassName
{
border-color: #955CEF;
}
</style>