#975EBD

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

Shades of Deep Lilac #975EBD

Tints of Deep Lilac #975EBD

Color information

#975EBD (or 0x975EBD) is unknown color: approx Deep Lilac. HEX triplet: 97, 5E and BD. RGB value is (151,94,189). Sum of RGB (Red+Green+Blue) = 151+94+189=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #975EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975EBD is #68A142. Grayscale: #797979. Windows color (decimal): -6857027 or 12410519. OLE color: 12410519.

HSL color Cylindrical-coordinate representation of color #975EBD: hue angle of 276º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #975EBD is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15194189-
CMYK0.200.5000.26
HSL276º41.85%55.49%-
HSV(B)276º50.26%74.12%-
XYZ25.9518.2650.3-
YUV121.87165.88148.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 94 (37.11% from 255) = 21.66%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=34.79%
G=21.66%
B=43.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151941890.200.5000.2627641.8555.49
Hex975EBD143201A1142a37
Octal22713627524620324245267
Binary1001011110111101011110110100110010011010100010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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