Html Css Color HEX #973CAE Deep Lilac

📋 copy color: '#973CAE'

red 151 ◦ green 60 ◦ blue 174

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

Shades of Deep Lilac #973CAE

Tints of Deep Lilac #973CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.58%

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

R = 39.22%
G = 15.58%
B = 45.19%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#973CAE (or 0x973CAE) is known color: Deep Lilac. HEX triplet: 97, 3C and AE. RGB value is (151,60,174). Sum of RGB (Red+Green+Blue) = 151+60+174=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #973CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973CAE is #68C351. Grayscale: #636363. Windows color (decimal): -6865746 or 11418775. OLE color: 11418775.

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

Color convert

RGB 151 60 174 -
CMYK 0.13 0.66 0 0.32
HSL 287.89º 0.49% 0.46% -
HSV(B) 287.89º 0.66% 0.68% -
XYZ 22.02 12.87 41.37 -
YUV 100.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 151 60 174 0.13 0.66 0 0.32 287.89 0.49 0.46
Hex 97 3C AE D 42 0 20 120 31 2E
Octal 227 74 256 15 102 0 40 440 61 56
Binary 10010111 111100 10101110 1101 1000010 0 100000 100100000 110001 101110

Color Harmonies of #973CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CAE

Black with #973CAE

Text Example


Text Example

White with #973CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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