Html Css Color HEX #973FAA Deep Lilac

📋 copy color: '#973FAA'

red 151 ◦ green 63 ◦ blue 170

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

Shades of Deep Lilac #973FAA

Tints of Deep Lilac #973FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.27%

R = 39.32%
G = 16.41%
B = 44.27%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#973FAA (or 0x973FAA) is known color: Deep Lilac. HEX triplet: 97, 3F and AA. RGB value is (151,63,170). Sum of RGB (Red+Green+Blue) = 151+63+170=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #973FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973FAA is #68C055. Grayscale: #656565. Windows color (decimal): -6864982 or 11157399. OLE color: 11157399.

HSL color Cylindrical-coordinate representation of color #973FAA: hue angle of 289.35º 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 #973FAA is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 63 170 -
CMYK 0.11 0.63 0 0.33
HSL 289.35º 0.46% 0.46% -
HSV(B) 289.35º 0.63% 0.67% -
XYZ 21.8 13.04 39.4 -
YUV 101.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 151 63 170 0.11 0.63 0 0.33 289.35 0.46 0.46
Hex 97 3F AA B 3F 0 21 121 2E 2E
Octal 227 77 252 13 77 0 41 441 56 56
Binary 10010111 111111 10101010 1011 111111 0 100001 100100001 101110 101110

Color Harmonies of #973FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973FAA

Black with #973FAA

Text Example


Text Example

White with #973FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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