Shades of Medium Purple #975CED
Tints of Medium Purple #975CED
RGB
CMYK
RGB Variations
Color information
#975CED (or 0x975CED) is known color: Medium Purple. HEX triplet: 97, 5C and ED. RGB value is (151,92,237). Sum of RGB (Red+Green+Blue) = 151+92+237=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #975CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CED is #68A312. Grayscale: #7D7D7D. Windows color (decimal): -6857491 or 15555735. OLE color: 15555735.
HSL color Cylindrical-coordinate representation of color #975CED: hue angle of 264.41º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #975CED is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 92 | 237 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.07 |
| HSL | 264.41º | 0.8% | 0.65% | - |
| HSV(B) | 264.41º | 0.61% | 0.93% | - |
| XYZ | 31.88 | 20.35 | 82.37 | - |
| YUV | 126.17 | 190.55 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 237 | 0.36 | 0.61 | 0 | 0.07 | 264.41 | 0.8 | 0.65 |
| Hex | 97 | 5C | ED | 24 | 3D | 0 | 7 | 108 | 50 | 41 |
| Octal | 227 | 134 | 355 | 44 | 75 | 0 | 7 | 410 | 120 | 101 |
| Binary | 10010111 | 1011100 | 11101101 | 100100 | 111101 | 0 | 111 | 100001000 | 1010000 | 1000001 |
Color Harmonies of #975CED
Complementary color
Monochromatic Colors of #975CED
Black with #975CED
Text Example
Text Example
White with #975CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975CED; }
p { color: rgb(151,92,237); }
H1.HeaderClassName
{
color: #975CED;
}
.AnyTagClassName
{
color: #975CED;
}
</style>
background-color css
<style>
a { background-color: #975CED; }
a { background-color: rgb(151,92,237); }
div.DivClassName
{
background-color: #975CED;
}
.BgClassName
{
background-color: #975CED;
}
</style>
border-color css
<style>
span { border-color: #975CED; }
span { border-color: rgb(151,92,237); }
td.TdClassName
{
border-color: #975CED;
}
.TagClassName
{
border-color: #975CED;
}
</style>