Html Css Color HEX #973DAC Deep Lilac

📋 copy color: '#973DAC'

red 151 ◦ green 61 ◦ blue 172

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

Shades of Deep Lilac #973DAC

Tints of Deep Lilac #973DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 39.32%
G = 15.89%
B = 44.79%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#973DAC (or 0x973DAC) is known color: Deep Lilac. HEX triplet: 97, 3D and AC. RGB value is (151,61,172). Sum of RGB (Red+Green+Blue) = 151+61+172=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #973DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973DAC is #68C253. Grayscale: #646464. Windows color (decimal): -6865492 or 11287959. OLE color: 11287959.

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

Color convert

RGB 151 61 172 -
CMYK 0.12 0.65 0 0.33
HSL 288.65º 0.48% 0.46% -
HSV(B) 288.65º 0.65% 0.67% -
XYZ 21.88 12.9 40.37 -
YUV 100.56 168.32 163.97 -
System Red Green Blue C M Y K H S L
Decimal 151 61 172 0.12 0.65 0 0.33 288.65 0.48 0.46
Hex 97 3D AC C 41 0 21 121 30 2E
Octal 227 75 254 14 101 0 41 441 60 56
Binary 10010111 111101 10101100 1100 1000001 0 100001 100100001 110000 101110

Color Harmonies of #973DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DAC

Black with #973DAC

Text Example


Text Example

White with #973DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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