#975AAB

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

Shades of Deep Lilac #975AAB

Tints of Deep Lilac #975AAB

Color information

#975AAB (or 0x975AAB) is unknown color: approx Deep Lilac. HEX triplet: 97, 5A and AB. RGB value is (151,90,171). Sum of RGB (Red+Green+Blue) = 151+90+171=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #975AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975AAB is #68A554. Grayscale: #757575. Windows color (decimal): -6858069 or 11229847. OLE color: 11229847.

HSL color Cylindrical-coordinate representation of color #975AAB: hue angle of 285.19º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975AAB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15190171-
CMYK0.120.4700.33
HSL285.19º32.53%51.18%-
HSV(B)285.19º47.37%67.06%-
XYZ23.7716.8340.52-
YUV117.47158.21151.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.65%
GREEN value IS 90 (35.55% from 255) = 21.84%
BLUE value IS 171 (67.19% from 255) = 41.50%
R=36.65%
G=21.84%
B=41.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151901710.120.4700.33285.1932.5351.18
Hex975AABC2F02111d2133
Octal22713225314570414354163
Binary1001011110110101010101111001011110100001100011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,90,171); }

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

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

 a { background-color: rgb(151,90,171); }

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

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

 span { border-color: rgb(151,90,171); }

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