Html Css Color HEX #973AAF Deep Lilac

📋 copy color: '#973AAF'

red 151 ◦ green 58 ◦ blue 175

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

Shades of Deep Lilac #973AAF

Tints of Deep Lilac #973AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 39.32%
G = 15.1%
B = 45.57%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#973AAF (or 0x973AAF) is known color: Deep Lilac. HEX triplet: 97, 3A and AF. RGB value is (151,58,175). Sum of RGB (Red+Green+Blue) = 151+58+175=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #973AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973AAF is #68C550. Grayscale: #626262. Windows color (decimal): -6866257 or 11483799. OLE color: 11483799.

HSL color Cylindrical-coordinate representation of color #973AAF: hue angle of 287.69º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #973AAF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 58 175 -
CMYK 0.14 0.67 0 0.31
HSL 287.69º 0.5% 0.46% -
HSV(B) 287.69º 0.67% 0.69% -
XYZ 22.01 12.7 41.85 -
YUV 99.15 170.81 164.99 -
System Red Green Blue C M Y K H S L
Decimal 151 58 175 0.14 0.67 0 0.31 287.69 0.5 0.46
Hex 97 3A AF E 43 0 1F 120 32 2E
Octal 227 72 257 16 103 0 37 440 62 56
Binary 10010111 111010 10101111 1110 1000011 0 11111 100100000 110010 101110

Color Harmonies of #973AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973AAF

Black with #973AAF

Text Example


Text Example

White with #973AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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