#975eb2

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

Shades of Deep Lilac #975EB2

Tints of Deep Lilac #975EB2

Color information

#975EB2 (or 0x975EB2) is unknown color: approx Deep Lilac. HEX triplet: 97, 5E and B2. RGB value is (151,94,178). Sum of RGB (Red+Green+Blue) = 151+94+178=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #975EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975EB2 is #68A14D. Grayscale: #787878. Windows color (decimal): -6857038 or 11689623. OLE color: 11689623.

HSL color Cylindrical-coordinate representation of color #975EB2: hue angle of 280.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975EB2 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15194178-
CMYK0.150.4700.30
HSL280.71º35.29%53.33%-
HSV(B)280.71º47.19%69.8%-
XYZ24.817.844.25-
YUV120.62160.38149.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 94 (37.11% from 255) = 22.22%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=35.70%
G=22.22%
B=42.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151941780.150.4700.30280.7135.2953.33
Hex975EB2F2F01E1192335
Octal22713626217570364314365
Binary100101111011110101100101111101111011110100011001100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975eb2; }

 p { color: rgb(151,94,178); }

 H1.HeaderClassName
 {
   color: #975eb2;
 }
 .AnyTagClassName
 {
   color: #975eb2;
 }
</style>
background-color css

<style>
 a { background-color: #975eb2; }

 a { background-color: rgb(151,94,178); }

 div.DivClassName
 {
   background-color: #975eb2;
 }
 .BgClassName
 {
   background-color: #975eb2;
 }
</style>
border-color css

<style>
 span { border-color: #975eb2; }

 span { border-color: rgb(151,94,178); }

 td.TdClassName
 {
   border-color: #975eb2;
 }
 .TagClassName
 {
   border-color: #975eb2;
 }
</style>