Shades of Deep Lilac #975BBF
Tints of Deep Lilac #975BBF
RGB
CMYK
RGB Variations
Color information
#975BBF (or 0x975BBF) is known color: Deep Lilac. HEX triplet: 97, 5B and BF. RGB value is (151,91,191). Sum of RGB (Red+Green+Blue) = 151+91+191=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #975BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975BBF is #68A440. Grayscale: #787878. Windows color (decimal): -6857793 or 12540823. OLE color: 12540823.
HSL color Cylindrical-coordinate representation of color #975BBF: hue angle of 276º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #975BBF is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 91 | 191 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.25 |
| HSL | 276º | 0.44% | 0.55% | - |
| HSV(B) | 276º | 0.52% | 0.75% | - |
| XYZ | 25.91 | 17.82 | 51.36 | - |
| YUV | 120.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 191 | 0.21 | 0.52 | 0 | 0.25 | 276 | 0.44 | 0.55 |
| Hex | 97 | 5B | BF | 15 | 34 | 0 | 19 | 114 | 2C | 37 |
| Octal | 227 | 133 | 277 | 25 | 64 | 0 | 31 | 424 | 54 | 67 |
| Binary | 10010111 | 1011011 | 10111111 | 10101 | 110100 | 0 | 11001 | 100010100 | 101100 | 110111 |
Color Harmonies of #975BBF
Complementary color
Monochromatic Colors of #975BBF
Black with #975BBF
Text Example
Text Example
White with #975BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975BBF; }
p { color: rgb(151,91,191); }
H1.HeaderClassName
{
color: #975BBF;
}
.AnyTagClassName
{
color: #975BBF;
}
</style>
background-color css
<style>
a { background-color: #975BBF; }
a { background-color: rgb(151,91,191); }
div.DivClassName
{
background-color: #975BBF;
}
.BgClassName
{
background-color: #975BBF;
}
</style>
border-color css
<style>
span { border-color: #975BBF; }
span { border-color: rgb(151,91,191); }
td.TdClassName
{
border-color: #975BBF;
}
.TagClassName
{
border-color: #975BBF;
}
</style>