Shades of Medium Purple #975CF0
Tints of Medium Purple #975CF0
RGB
CMYK
RGB Variations
Color information
#975CF0 (or 0x975CF0) is known color: Medium Purple. HEX triplet: 97, 5C and F0. RGB value is (151,92,240). Sum of RGB (Red+Green+Blue) = 151+92+240=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #975CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975CF0 is #68A30F. Grayscale: #7D7D7D. Windows color (decimal): -6857488 or 15752343. OLE color: 15752343.
HSL color Cylindrical-coordinate representation of color #975CF0: hue angle of 263.92º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #975CF0 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 92 | 240 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.06 |
| HSL | 263.92º | 0.83% | 0.65% | - |
| HSV(B) | 263.92º | 0.62% | 0.94% | - |
| XYZ | 32.32 | 20.52 | 84.7 | - |
| YUV | 126.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 92 | 240 | 0.37 | 0.62 | 0 | 0.06 | 263.92 | 0.83 | 0.65 |
| Hex | 97 | 5C | F0 | 25 | 3E | 0 | 6 | 108 | 53 | 41 |
| Octal | 227 | 134 | 360 | 45 | 76 | 0 | 6 | 410 | 123 | 101 |
| Binary | 10010111 | 1011100 | 11110000 | 100101 | 111110 | 0 | 110 | 100001000 | 1010011 | 1000001 |
Color Harmonies of #975CF0
Complementary color
Monochromatic Colors of #975CF0
Black with #975CF0
Text Example
Text Example
White with #975CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975CF0; }
p { color: rgb(151,92,240); }
H1.HeaderClassName
{
color: #975CF0;
}
.AnyTagClassName
{
color: #975CF0;
}
</style>
background-color css
<style>
a { background-color: #975CF0; }
a { background-color: rgb(151,92,240); }
div.DivClassName
{
background-color: #975CF0;
}
.BgClassName
{
background-color: #975CF0;
}
</style>
border-color css
<style>
span { border-color: #975CF0; }
span { border-color: rgb(151,92,240); }
td.TdClassName
{
border-color: #975CF0;
}
.TagClassName
{
border-color: #975CF0;
}
</style>