Shades of Medium Purple #975AF6
Tints of Medium Purple #975AF6
RGB
CMYK
RGB Variations
Color information
#975AF6 (or 0x975AF6) is known color: Medium Purple. HEX triplet: 97, 5A and F6. RGB value is (151,90,246). Sum of RGB (Red+Green+Blue) = 151+90+246=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #975AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #975AF6 is #68A509. Grayscale: #7D7D7D. Windows color (decimal): -6857994 or 16145047. OLE color: 16145047.
HSL color Cylindrical-coordinate representation of color #975AF6: hue angle of 263.46º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #975AF6 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 90 | 246 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.04 |
| HSL | 263.46º | 0.9% | 0.66% | - |
| HSV(B) | 263.46º | 0.63% | 0.96% | - |
| XYZ | 33.05 | 20.55 | 89.41 | - |
| YUV | 126.02 | 195.71 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 90 | 246 | 0.39 | 0.63 | 0 | 0.04 | 263.46 | 0.9 | 0.66 |
| Hex | 97 | 5A | F6 | 27 | 3F | 0 | 4 | 107 | 5A | 42 |
| Octal | 227 | 132 | 366 | 47 | 77 | 0 | 4 | 407 | 132 | 102 |
| Binary | 10010111 | 1011010 | 11110110 | 100111 | 111111 | 0 | 100 | 100000111 | 1011010 | 1000010 |
Color Harmonies of #975AF6
Complementary color
Monochromatic Colors of #975AF6
Black with #975AF6
Text Example
Text Example
White with #975AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975AF6; }
p { color: rgb(151,90,246); }
H1.HeaderClassName
{
color: #975AF6;
}
.AnyTagClassName
{
color: #975AF6;
}
</style>
background-color css
<style>
a { background-color: #975AF6; }
a { background-color: rgb(151,90,246); }
div.DivClassName
{
background-color: #975AF6;
}
.BgClassName
{
background-color: #975AF6;
}
</style>
border-color css
<style>
span { border-color: #975AF6; }
span { border-color: rgb(151,90,246); }
td.TdClassName
{
border-color: #975AF6;
}
.TagClassName
{
border-color: #975AF6;
}
</style>