Shades of Medium Purple #956BEA
Tints of Medium Purple #956BEA
RGB
CMYK
RGB Variations
Color information
#956BEA (or 0x956BEA) is known color: Medium Purple. HEX triplet: 95, 6B and EA. RGB value is (149,107,234). Sum of RGB (Red+Green+Blue) = 149+107+234=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #956BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #956BEA is #6A9415. Grayscale: #858585. Windows color (decimal): -6984726 or 15362965. OLE color: 15362965.
HSL color Cylindrical-coordinate representation of color #956BEA: hue angle of 259.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #956BEA is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 107 | 234 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.08 |
| HSL | 259.84º | 0.75% | 0.67% | - |
| HSV(B) | 259.84º | 0.54% | 0.92% | - |
| XYZ | 32.5 | 22.85 | 80.54 | - |
| YUV | 134.04 | 184.41 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 234 | 0.36 | 0.54 | 0 | 0.08 | 259.84 | 0.75 | 0.67 |
| Hex | 95 | 6B | EA | 24 | 36 | 0 | 8 | 104 | 4B | 43 |
| Octal | 225 | 153 | 352 | 44 | 66 | 0 | 10 | 404 | 113 | 103 |
| Binary | 10010101 | 1101011 | 11101010 | 100100 | 110110 | 0 | 1000 | 100000100 | 1001011 | 1000011 |
Color Harmonies of #956BEA
Complementary color
Monochromatic Colors of #956BEA
Black with #956BEA
Text Example
Text Example
White with #956BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BEA; }
p { color: rgb(149,107,234); }
H1.HeaderClassName
{
color: #956BEA;
}
.AnyTagClassName
{
color: #956BEA;
}
</style>
background-color css
<style>
a { background-color: #956BEA; }
a { background-color: rgb(149,107,234); }
div.DivClassName
{
background-color: #956BEA;
}
.BgClassName
{
background-color: #956BEA;
}
</style>
border-color css
<style>
span { border-color: #956BEA; }
span { border-color: rgb(149,107,234); }
td.TdClassName
{
border-color: #956BEA;
}
.TagClassName
{
border-color: #956BEA;
}
</style>