Html Css Color HEX #973CAD Deep Lilac

📋 copy color: '#973CAD'

red 151 ◦ green 60 ◦ blue 173

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

Shades of Deep Lilac #973CAD

Tints of Deep Lilac #973CAD

RGB

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

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

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

R = 39.32%
G = 15.63%
B = 45.05%

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

#973CAD (or 0x973CAD) is known color: Deep Lilac. HEX triplet: 97, 3C and AD. RGB value is (151,60,173). Sum of RGB (Red+Green+Blue) = 151+60+173=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #973CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973CAD is #68C352. Grayscale: #636363. Windows color (decimal): -6865747 or 11353239. OLE color: 11353239.

HSL color Cylindrical-coordinate representation of color #973CAD: hue angle of 288.32º 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 #973CAD is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 60 173 -
CMYK 0.13 0.65 0 0.32
HSL 288.32º 0.48% 0.46% -
HSV(B) 288.32º 0.65% 0.68% -
XYZ 21.92 12.83 40.86 -
YUV 100.09 169.15 164.31 -
System Red Green Blue C M Y K H S L
Decimal 151 60 173 0.13 0.65 0 0.32 288.32 0.48 0.46
Hex 97 3C AD D 41 0 20 120 30 2E
Octal 227 74 255 15 101 0 40 440 60 56
Binary 10010111 111100 10101101 1101 1000001 0 100000 100100000 110000 101110

Color Harmonies of #973CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CAD

Black with #973CAD

Text Example


Text Example

White with #973CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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