Shades of Deep Lilac #975BB1
Tints of Deep Lilac #975BB1
RGB
CMYK
RGB Variations
Color information
#975BB1 (or 0x975BB1) is known color: Deep Lilac. HEX triplet: 97, 5B and B1. RGB value is (151,91,177). Sum of RGB (Red+Green+Blue) = 151+91+177=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 177 - color contains mainly: blue. Hex color #975BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975BB1 is #68A44E. Grayscale: #767676. Windows color (decimal): -6857807 or 11623319. OLE color: 11623319.
HSL color Cylindrical-coordinate representation of color #975BB1: hue angle of 281.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #975BB1 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 91 | 177 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.31 |
| HSL | 281.86º | 0.36% | 0.53% | - |
| HSV(B) | 281.86º | 0.49% | 0.69% | - |
| XYZ | 24.44 | 17.24 | 43.63 | - |
| YUV | 118.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 177 | 0.15 | 0.49 | 0 | 0.31 | 281.86 | 0.36 | 0.53 |
| Hex | 97 | 5B | B1 | F | 31 | 0 | 1F | 11A | 24 | 35 |
| Octal | 227 | 133 | 261 | 17 | 61 | 0 | 37 | 432 | 44 | 65 |
| Binary | 10010111 | 1011011 | 10110001 | 1111 | 110001 | 0 | 11111 | 100011010 | 100100 | 110101 |
Color Harmonies of #975BB1
Complementary color
Monochromatic Colors of #975BB1
Black with #975BB1
Text Example
Text Example
White with #975BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BB1; }
p { color: rgb(151,91,177); }
H1.HeaderClassName
{
color: #975BB1;
}
.AnyTagClassName
{
color: #975BB1;
}
</style>
background-color css
<style>
a { background-color: #975BB1; }
a { background-color: rgb(151,91,177); }
div.DivClassName
{
background-color: #975BB1;
}
.BgClassName
{
background-color: #975BB1;
}
</style>
border-color css
<style>
span { border-color: #975BB1; }
span { border-color: rgb(151,91,177); }
td.TdClassName
{
border-color: #975BB1;
}
.TagClassName
{
border-color: #975BB1;
}
</style>