Shades of Violet Blue #975FA3
Tints of Violet Blue #975FA3
RGB
CMYK
RGB Variations
Color information
#975FA3 (or 0x975FA3) is known color: Violet Blue. HEX triplet: 97, 5F and A3. RGB value is (151,95,163). Sum of RGB (Red+Green+Blue) = 151+95+163=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 163 - color contains mainly: blue. Hex color #975FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975FA3 is #68A05C. Grayscale: #777777. Windows color (decimal): -6856797 or 10706839. OLE color: 10706839.
HSL color Cylindrical-coordinate representation of color #975FA3: hue angle of 289.41º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975FA3 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 95 | 163 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.36 |
| HSL | 289.41º | 0.27% | 0.51% | - |
| HSV(B) | 289.41º | 0.42% | 0.64% | - |
| XYZ | 23.47 | 17.41 | 36.77 | - |
| YUV | 119.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 95 | 163 | 0.07 | 0.42 | 0 | 0.36 | 289.41 | 0.27 | 0.51 |
| Hex | 97 | 5F | A3 | 7 | 2A | 0 | 24 | 121 | 1B | 33 |
| Octal | 227 | 137 | 243 | 7 | 52 | 0 | 44 | 441 | 33 | 63 |
| Binary | 10010111 | 1011111 | 10100011 | 111 | 101010 | 0 | 100100 | 100100001 | 11011 | 110011 |
Color Harmonies of #975FA3
Complementary color
Monochromatic Colors of #975FA3
Black with #975FA3
Text Example
Text Example
White with #975FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975FA3; }
p { color: rgb(151,95,163); }
H1.HeaderClassName
{
color: #975FA3;
}
.AnyTagClassName
{
color: #975FA3;
}
</style>
background-color css
<style>
a { background-color: #975FA3; }
a { background-color: rgb(151,95,163); }
div.DivClassName
{
background-color: #975FA3;
}
.BgClassName
{
background-color: #975FA3;
}
</style>
border-color css
<style>
span { border-color: #975FA3; }
span { border-color: rgb(151,95,163); }
td.TdClassName
{
border-color: #975FA3;
}
.TagClassName
{
border-color: #975FA3;
}
</style>