Html Css Color HEX #973AAC Deep Lilac

📋 copy color: '#973AAC'

red 151 ◦ green 58 ◦ blue 172

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

Shades of Deep Lilac #973AAC

Tints of Deep Lilac #973AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.22%

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

R = 39.63%
G = 15.22%
B = 45.14%

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

#973AAC (or 0x973AAC) is known color: Deep Lilac. HEX triplet: 97, 3A and AC. RGB value is (151,58,172). Sum of RGB (Red+Green+Blue) = 151+58+172=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #973AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973AAC is #68C553. Grayscale: #626262. Windows color (decimal): -6866260 or 11287191. OLE color: 11287191.

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

Color convert

RGB 151 58 172 -
CMYK 0.12 0.66 0 0.33
HSL 288.95º 0.5% 0.45% -
HSV(B) 288.95º 0.66% 0.67% -
XYZ 21.72 12.58 40.31 -
YUV 98.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 151 58 172 0.12 0.66 0 0.33 288.95 0.5 0.45
Hex 97 3A AC C 42 0 21 121 32 2D
Octal 227 72 254 14 102 0 41 441 62 55
Binary 10010111 111010 10101100 1100 1000010 0 100001 100100001 110010 101101

Color Harmonies of #973AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973AAC

Black with #973AAC

Text Example


Text Example

White with #973AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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