Html Css Color HEX #973CAB Deep Lilac

📋 copy color: '#973CAB'

red 151 ◦ green 60 ◦ blue 171

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

Shades of Deep Lilac #973CAB

Tints of Deep Lilac #973CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 39.53%
G = 15.71%
B = 44.76%

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

#973CAB (or 0x973CAB) is known color: Deep Lilac. HEX triplet: 97, 3C and AB. RGB value is (151,60,171). Sum of RGB (Red+Green+Blue) = 151+60+171=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #973CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973CAB is #68C354. Grayscale: #636363. Windows color (decimal): -6865749 or 11222167. OLE color: 11222167.

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

Color convert

RGB 151 60 171 -
CMYK 0.12 0.65 0 0.33
HSL 289.19º 0.48% 0.45% -
HSV(B) 289.19º 0.65% 0.67% -
XYZ 21.73 12.75 39.84 -
YUV 99.86 168.15 164.47 -
System Red Green Blue C M Y K H S L
Decimal 151 60 171 0.12 0.65 0 0.33 289.19 0.48 0.45
Hex 97 3C AB C 41 0 21 121 30 2D
Octal 227 74 253 14 101 0 41 441 60 55
Binary 10010111 111100 10101011 1100 1000001 0 100001 100100001 110000 101101

Color Harmonies of #973CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973CAB

Black with #973CAB

Text Example


Text Example

White with #973CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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