Html Css Color HEX #973FAD Deep Lilac

📋 copy color: '#973FAD'

red 151 ◦ green 63 ◦ blue 173

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

Shades of Deep Lilac #973FAD

Tints of Deep Lilac #973FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 16.28%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 39.02%
G = 16.28%
B = 44.7%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#973FAD (or 0x973FAD) is known color: Deep Lilac. HEX triplet: 97, 3F and AD. RGB value is (151,63,173). Sum of RGB (Red+Green+Blue) = 151+63+173=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #973FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973FAD is #68C052. Grayscale: #656565. Windows color (decimal): -6864979 or 11354007. OLE color: 11354007.

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

Color convert

RGB 151 63 173 -
CMYK 0.13 0.64 0 0.32
HSL 288º 0.47% 0.46% -
HSV(B) 288º 0.64% 0.68% -
XYZ 22.08 13.15 40.91 -
YUV 101.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 151 63 173 0.13 0.64 0 0.32 288 0.47 0.46
Hex 97 3F AD D 40 0 20 120 2F 2E
Octal 227 77 255 15 100 0 40 440 57 56
Binary 10010111 111111 10101101 1101 1000000 0 100000 100100000 101111 101110

Color Harmonies of #973FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FAD

Black with #973FAD

Text Example


Text Example

White with #973FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,63,173); }

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

background-color css

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

 a { background-color: rgb(151,63,173); }

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

border-color css

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

 span { border-color: rgb(151,63,173); }

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