Html Css Color HEX #973BAB Deep Lilac

📋 copy color: '#973BAB'

red 151 ◦ green 59 ◦ blue 171

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

Shades of Deep Lilac #973BAB

Tints of Deep Lilac #973BAB

RGB

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

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

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

R = 39.63%
G = 15.49%
B = 44.88%

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

#973BAB (or 0x973BAB) is known color: Deep Lilac. HEX triplet: 97, 3B and AB. RGB value is (151,59,171). Sum of RGB (Red+Green+Blue) = 151+59+171=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 59 (23.44% from 255 or 15.49% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #973BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973BAB is #68C454. Grayscale: #626262. Windows color (decimal): -6866005 or 11221911. OLE color: 11221911.

HSL color Cylindrical-coordinate representation of color #973BAB: hue angle of 289.29º degrees, saturation: 0.49, 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 #973BAB is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 59 171 -
CMYK 0.12 0.65 0 0.33
HSL 289.29º 0.49% 0.45% -
HSV(B) 289.29º 0.65% 0.67% -
XYZ 21.68 12.65 39.83 -
YUV 99.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 151 59 171 0.12 0.65 0 0.33 289.29 0.49 0.45
Hex 97 3B AB C 41 0 21 121 31 2D
Octal 227 73 253 14 101 0 41 441 61 55
Binary 10010111 111011 10101011 1100 1000001 0 100001 100100001 110001 101101

Color Harmonies of #973BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BAB

Black with #973BAB

Text Example


Text Example

White with #973BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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