Shades of Medium Purple #975BEC
Tints of Medium Purple #975BEC
RGB
CMYK
RGB Variations
Color information
#975BEC (or 0x975BEC) is known color: Medium Purple. HEX triplet: 97, 5B and EC. RGB value is (151,91,236). Sum of RGB (Red+Green+Blue) = 151+91+236=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #975BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975BEC is #68A413. Grayscale: #7C7C7C. Windows color (decimal): -6857748 or 15489943. OLE color: 15489943.
HSL color Cylindrical-coordinate representation of color #975BEC: hue angle of 264.83º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #975BEC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 91 | 236 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.07 |
| HSL | 264.83º | 0.79% | 0.64% | - |
| HSV(B) | 264.83º | 0.61% | 0.93% | - |
| XYZ | 31.64 | 20.12 | 81.57 | - |
| YUV | 125.47 | 190.38 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 236 | 0.36 | 0.61 | 0 | 0.07 | 264.83 | 0.79 | 0.64 |
| Hex | 97 | 5B | EC | 24 | 3D | 0 | 7 | 109 | 4F | 40 |
| Octal | 227 | 133 | 354 | 44 | 75 | 0 | 7 | 411 | 117 | 100 |
| Binary | 10010111 | 1011011 | 11101100 | 100100 | 111101 | 0 | 111 | 100001001 | 1001111 | 1000000 |
Color Harmonies of #975BEC
Complementary color
Monochromatic Colors of #975BEC
Black with #975BEC
Text Example
Text Example
White with #975BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BEC; }
p { color: rgb(151,91,236); }
H1.HeaderClassName
{
color: #975BEC;
}
.AnyTagClassName
{
color: #975BEC;
}
</style>
background-color css
<style>
a { background-color: #975BEC; }
a { background-color: rgb(151,91,236); }
div.DivClassName
{
background-color: #975BEC;
}
.BgClassName
{
background-color: #975BEC;
}
</style>
border-color css
<style>
span { border-color: #975BEC; }
span { border-color: rgb(151,91,236); }
td.TdClassName
{
border-color: #975BEC;
}
.TagClassName
{
border-color: #975BEC;
}
</style>