Shades of Medium Purple #956CE4
Tints of Medium Purple #956CE4
RGB
CMYK
RGB Variations
Color information
#956CE4 (or 0x956CE4) is known color: Medium Purple. HEX triplet: 95, 6C and E4. RGB value is (149,108,228). Sum of RGB (Red+Green+Blue) = 149+108+228=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 228 (89.45% from 255 or 47.01% from 485); Max value from RGB is 228 - color contains mainly: blue. Hex color #956CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CE4 is #6A931B. Grayscale: #858585. Windows color (decimal): -6984476 or 14970005. OLE color: 14970005.
HSL color Cylindrical-coordinate representation of color #956CE4: hue angle of 260.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956CE4 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 108 | 228 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.11 |
| HSL | 260.5º | 0.69% | 0.66% | - |
| HSV(B) | 260.5º | 0.53% | 0.89% | - |
| XYZ | 31.76 | 22.72 | 76.11 | - |
| YUV | 133.94 | 181.08 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 228 | 0.35 | 0.53 | 0 | 0.11 | 260.5 | 0.69 | 0.66 |
| Hex | 95 | 6C | E4 | 23 | 35 | 0 | B | 104 | 45 | 42 |
| Octal | 225 | 154 | 344 | 43 | 65 | 0 | 13 | 404 | 105 | 102 |
| Binary | 10010101 | 1101100 | 11100100 | 100011 | 110101 | 0 | 1011 | 100000100 | 1000101 | 1000010 |
Color Harmonies of #956CE4
Complementary color
Monochromatic Colors of #956CE4
Black with #956CE4
Text Example
Text Example
White with #956CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CE4; }
p { color: rgb(149,108,228); }
H1.HeaderClassName
{
color: #956CE4;
}
.AnyTagClassName
{
color: #956CE4;
}
</style>
background-color css
<style>
a { background-color: #956CE4; }
a { background-color: rgb(149,108,228); }
div.DivClassName
{
background-color: #956CE4;
}
.BgClassName
{
background-color: #956CE4;
}
</style>
border-color css
<style>
span { border-color: #956CE4; }
span { border-color: rgb(149,108,228); }
td.TdClassName
{
border-color: #956CE4;
}
.TagClassName
{
border-color: #956CE4;
}
</style>