#975BBF

Color #975BBF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #975BBF

Tints of Deep Lilac #975BBF

Color information

#975BBF (or 0x975BBF) is unknown color: approx 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

RGB15191191-
CMYK0.210.5200.25
HSL276º43.86%55.29%-
HSV(B)276º52.36%74.9%-
XYZ25.9117.8251.36-
YUV120.34167.88149.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 191 (75% from 255) = 44.11%
R=34.87%
G=21.02%
B=44.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151911910.210.5200.2527643.8655.29
Hex975BBF15340191142c37
Octal22713327725640314245467
Binary1001011110110111011111110101110100011001100010100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>