#975FAC

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

Shades of Deep Lilac #975FAC

Tints of Deep Lilac #975FAC

Color information

#975FAC (or 0x975FAC) is unknown color: approx Deep Lilac. HEX triplet: 97, 5F and AC. RGB value is (151,95,172). Sum of RGB (Red+Green+Blue) = 151+95+172=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #975FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975FAC is #68A053. Grayscale: #787878. Windows color (decimal): -6856788 or 11296663. OLE color: 11296663.

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

Color convert

RGB15195172-
CMYK0.120.4500.33
HSL283.64º31.69%52.35%-
HSV(B)283.64º44.77%67.45%-
XYZ24.317.7441.17-
YUV120.52157.05149.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=36.12%
G=22.73%
B=41.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151951720.120.4500.33283.6431.6952.35
Hex975FACC2D02111c2034
Octal22713725414550414344064
Binary1001011110111111010110011001011010100001100011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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