#975DAC

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

Shades of Deep Lilac #975DAC

Tints of Deep Lilac #975DAC

Color information

#975DAC (or 0x975DAC) is unknown color: approx Deep Lilac. HEX triplet: 97, 5D and AC. RGB value is (151,93,172). Sum of RGB (Red+Green+Blue) = 151+93+172=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #975DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975DAC is #68A253. Grayscale: #777777. Windows color (decimal): -6857300 or 11296151. OLE color: 11296151.

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

Color convert

RGB15193172-
CMYK0.120.4600.33
HSL284.05º32.24%51.96%-
HSV(B)284.05º45.93%67.45%-
XYZ24.1217.3941.11-
YUV119.35157.72150.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 93 (36.72% from 255) = 22.36%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=36.30%
G=22.36%
B=41.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151931720.120.4600.33284.0532.2451.96
Hex975DACC2E02111c2034
Octal22713525414560414344064
Binary1001011110111011010110011001011100100001100011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,93,172); }

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

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

 a { background-color: rgb(151,93,172); }

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

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

 span { border-color: rgb(151,93,172); }

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