Html Css Color HEX #973DAE Deep Lilac

📋 copy color: '#973DAE'

red 151 ◦ green 61 ◦ blue 174

#973DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #973DAE

Tints of Deep Lilac #973DAE

RGB

 RED value IS 151 (59.38% from 255) = 39.12%

 GREEN value IS 61 (24.22% from 255) = 15.8%

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 39.12%
G = 15.8%
B = 45.08%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#973DAE (or 0x973DAE) is known color: Deep Lilac. HEX triplet: 97, 3D and AE. RGB value is (151,61,174). Sum of RGB (Red+Green+Blue) = 151+61+174=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #973DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973DAE is #68C251. Grayscale: #646464. Windows color (decimal): -6865490 or 11419031. OLE color: 11419031.

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

Color convert

RGB 151 61 174 -
CMYK 0.13 0.65 0 0.32
HSL 287.79º 0.48% 0.46% -
HSV(B) 287.79º 0.65% 0.68% -
XYZ 22.07 12.97 41.39 -
YUV 100.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 151 61 174 0.13 0.65 0 0.32 287.79 0.48 0.46
Hex 97 3D AE D 41 0 20 120 30 2E
Octal 227 75 256 15 101 0 40 440 60 56
Binary 10010111 111101 10101110 1101 1000001 0 100000 100100000 110000 101110

Color Harmonies of #973DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DAE

Black with #973DAE

Text Example


Text Example

White with #973DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #973DAE;
 }
 .AnyTagClassName
 {
   color: #973DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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