#975ABD

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

Shades of Deep Lilac #975ABD

Tints of Deep Lilac #975ABD

Color information

#975ABD (or 0x975ABD) is unknown color: approx Deep Lilac. HEX triplet: 97, 5A and BD. RGB value is (151,90,189). Sum of RGB (Red+Green+Blue) = 151+90+189=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #975ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #975ABD is #68A542. Grayscale: #777777. Windows color (decimal): -6858051 or 12409495. OLE color: 12409495.

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

Color convert

RGB15190189-
CMYK0.200.5200.26
HSL276.97º42.86%54.71%-
HSV(B)276.97º52.38%74.12%-
XYZ25.617.5750.19-
YUV119.52167.21150.45-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=35.12%
G=20.93%
B=43.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151901890.200.5200.26276.9742.8654.71
Hex975ABD143401A1152b37
Octal22713227524640324255367
Binary1001011110110101011110110100110100011010100010101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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