Html Css Color HEX #973FAC Deep Lilac

📋 copy color: '#973FAC'

red 151 ◦ green 63 ◦ blue 172

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

Shades of Deep Lilac #973FAC

Tints of Deep Lilac #973FAC

RGB

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

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

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

R = 39.12%
G = 16.32%
B = 44.56%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#973FAC (or 0x973FAC) is known color: Deep Lilac. HEX triplet: 97, 3F and AC. RGB value is (151,63,172). Sum of RGB (Red+Green+Blue) = 151+63+172=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #973FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973FAC is #68C053. Grayscale: #656565. Windows color (decimal): -6864980 or 11288471. OLE color: 11288471.

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

Color convert

RGB 151 63 172 -
CMYK 0.12 0.63 0 0.33
HSL 288.44º 0.46% 0.46% -
HSV(B) 288.44º 0.63% 0.67% -
XYZ 21.99 13.11 40.4 -
YUV 101.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 151 63 172 0.12 0.63 0 0.33 288.44 0.46 0.46
Hex 97 3F AC C 3F 0 21 120 2E 2E
Octal 227 77 254 14 77 0 41 440 56 56
Binary 10010111 111111 10101100 1100 111111 0 100001 100100000 101110 101110

Color Harmonies of #973FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FAC

Black with #973FAC

Text Example


Text Example

White with #973FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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