Shades of Medium Purple #955BEA
Tints of Medium Purple #955BEA
RGB
CMYK
RGB Variations
Color information
#955BEA (or 0x955BEA) is known color: Medium Purple. HEX triplet: 95, 5B and EA. RGB value is (149,91,234). Sum of RGB (Red+Green+Blue) = 149+91+234=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #955BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #955BEA is #6AA415. Grayscale: #7C7C7C. Windows color (decimal): -6988822 or 15358869. OLE color: 15358869.
HSL color Cylindrical-coordinate representation of color #955BEA: hue angle of 264.34º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955BEA is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 91 | 234 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.08 |
| HSL | 264.34º | 0.77% | 0.64% | - |
| HSV(B) | 264.34º | 0.61% | 0.92% | - |
| XYZ | 30.99 | 19.81 | 80.03 | - |
| YUV | 124.64 | 189.72 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 234 | 0.36 | 0.61 | 0 | 0.08 | 264.34 | 0.77 | 0.64 |
| Hex | 95 | 5B | EA | 24 | 3D | 0 | 8 | 108 | 4D | 40 |
| Octal | 225 | 133 | 352 | 44 | 75 | 0 | 10 | 410 | 115 | 100 |
| Binary | 10010101 | 1011011 | 11101010 | 100100 | 111101 | 0 | 1000 | 100001000 | 1001101 | 1000000 |
Color Harmonies of #955BEA
Complementary color
Monochromatic Colors of #955BEA
Black with #955BEA
Text Example
Text Example
White with #955BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BEA; }
p { color: rgb(149,91,234); }
H1.HeaderClassName
{
color: #955BEA;
}
.AnyTagClassName
{
color: #955BEA;
}
</style>
background-color css
<style>
a { background-color: #955BEA; }
a { background-color: rgb(149,91,234); }
div.DivClassName
{
background-color: #955BEA;
}
.BgClassName
{
background-color: #955BEA;
}
</style>
border-color css
<style>
span { border-color: #955BEA; }
span { border-color: rgb(149,91,234); }
td.TdClassName
{
border-color: #955BEA;
}
.TagClassName
{
border-color: #955BEA;
}
</style>