Html Css Color HEX #973BAC Deep Lilac

📋 copy color: '#973BAC'

red 151 ◦ green 59 ◦ blue 172

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

Shades of Deep Lilac #973BAC

Tints of Deep Lilac #973BAC

RGB

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

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

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

R = 39.53%
G = 15.45%
B = 45.03%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#973BAC (or 0x973BAC) is known color: Deep Lilac. HEX triplet: 97, 3B and AC. RGB value is (151,59,172). Sum of RGB (Red+Green+Blue) = 151+59+172=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #973BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973BAC is #68C453. Grayscale: #636363. Windows color (decimal): -6866004 or 11287447. OLE color: 11287447.

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

Color convert

RGB 151 59 172 -
CMYK 0.12 0.66 0 0.33
HSL 288.85º 0.49% 0.45% -
HSV(B) 288.85º 0.66% 0.67% -
XYZ 21.77 12.69 40.33 -
YUV 99.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 151 59 172 0.12 0.66 0 0.33 288.85 0.49 0.45
Hex 97 3B AC C 42 0 21 121 31 2D
Octal 227 73 254 14 102 0 41 441 61 55
Binary 10010111 111011 10101100 1100 1000010 0 100001 100100001 110001 101101

Color Harmonies of #973BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973BAC

Black with #973BAC

Text Example


Text Example

White with #973BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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