#975FAF

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

Shades of Deep Lilac #975FAF

Tints of Deep Lilac #975FAF

Color information

#975FAF (or 0x975FAF) is unknown color: approx Deep Lilac. HEX triplet: 97, 5F and AF. RGB value is (151,95,175). Sum of RGB (Red+Green+Blue) = 151+95+175=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #975FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975FAF is #68A050. Grayscale: #787878. Windows color (decimal): -6856785 or 11493271. OLE color: 11493271.

HSL color Cylindrical-coordinate representation of color #975FAF: hue angle of 282º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #975FAF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15195175-
CMYK0.140.4600.31
HSL282º33.33%52.94%-
HSV(B)282º45.71%68.63%-
XYZ24.5917.8642.71-
YUV120.86158.55149.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 95 (37.5% from 255) = 22.57%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=35.87%
G=22.57%
B=41.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151951750.140.4600.3128233.3352.94
Hex975FAFE2E01F11a2135
Octal22713725716560374324165
Binary100101111011111101011111110101110011111100011010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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