Html Css Color HEX #973BAE Deep Lilac

📋 copy color: '#973BAE'

red 151 ◦ green 59 ◦ blue 174

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

Shades of Deep Lilac #973BAE

Tints of Deep Lilac #973BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.36%

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 39.32%
G = 15.36%
B = 45.31%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#973BAE (or 0x973BAE) is known color: Deep Lilac. HEX triplet: 97, 3B and AE. RGB value is (151,59,174). Sum of RGB (Red+Green+Blue) = 151+59+174=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #973BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973BAE is #68C451. Grayscale: #636363. Windows color (decimal): -6866002 or 11418519. OLE color: 11418519.

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

Color convert

RGB 151 59 174 -
CMYK 0.13 0.66 0 0.32
HSL 288º 0.49% 0.46% -
HSV(B) 288º 0.66% 0.68% -
XYZ 21.97 12.76 41.35 -
YUV 99.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 151 59 174 0.13 0.66 0 0.32 288 0.49 0.46
Hex 97 3B AE D 42 0 20 120 31 2E
Octal 227 73 256 15 102 0 40 440 61 56
Binary 10010111 111011 10101110 1101 1000010 0 100000 100100000 110001 101110

Color Harmonies of #973BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BAE

Black with #973BAE

Text Example


Text Example

White with #973BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,59,174); }

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

background-color css

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

 a { background-color: rgb(151,59,174); }

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

border-color css

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

 span { border-color: rgb(151,59,174); }

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