#975EBA

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

Shades of Deep Lilac #975EBA

Tints of Deep Lilac #975EBA

Color information

#975EBA (or 0x975EBA) is unknown color: approx Deep Lilac. HEX triplet: 97, 5E and BA. RGB value is (151,94,186). Sum of RGB (Red+Green+Blue) = 151+94+186=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #975EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EBA is #68A145. Grayscale: #797979. Windows color (decimal): -6857030 or 12213911. OLE color: 12213911.

HSL color Cylindrical-coordinate representation of color #975EBA: hue angle of 277.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #975EBA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15194186-
CMYK0.190.4900.27
HSL277.17º40%54.9%-
HSV(B)277.17º49.46%72.94%-
XYZ25.6318.1348.6-
YUV121.53164.38149.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 94 (37.11% from 255) = 21.81%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=35.03%
G=21.81%
B=43.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151941860.190.4900.27277.174054.9
Hex975EBA133101B1152837
Octal22713627223610334255067
Binary1001011110111101011101010011110001011011100010101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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