#973DAF

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

Shades of Deep Lilac #973DAF

Tints of Deep Lilac #973DAF

Color information

#973DAF (or 0x973DAF) is unknown color: approx Deep Lilac. HEX triplet: 97, 3D and AF. RGB value is (151,61,175). Sum of RGB (Red+Green+Blue) = 151+61+175=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #973DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973DAF is #68C250. Grayscale: #646464. Windows color (decimal): -6865489 or 11484567. OLE color: 11484567.

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

Color convert

RGB15161175-
CMYK0.140.6500.31
HSL287.37º48.31%46.27%-
HSV(B)287.37º65.14%68.63%-
XYZ22.1713.0141.9-
YUV100.91169.82163.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.02%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=39.02%
G=15.76%
B=45.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151611750.140.6500.31287.3748.3146.27
Hex973DAFE4101F11f302e
Octal22775257161010374376056
Binary100101111111011010111111101000001011111100011111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973DAF; }

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

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

<style>
 a { background-color: #973DAF; }

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

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

<style>
 span { border-color: #973DAF; }

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

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