Html Css Color HEX #973DAF Deep Lilac

📋 copy color: '#973DAF'

red 151 ◦ green 61 ◦ blue 175

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

Shades of Deep Lilac #973DAF

Tints of Deep Lilac #973DAF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.76%

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

R = 39.02%
G = 15.76%
B = 45.22%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#973DAF (or 0x973DAF) is known color: Deep Lilac. HEX triplet: 97, 3D and AF. RGB value is (151,61,175). Sum of RGB (Red+Green+Blue) = 151+61+175=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #973DAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973DAF is #68C250. Grayscale: #646464. Windows color (decimal): -6865489 or 11484567. OLE color: 11484567.

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

Color convert

RGB 151 61 175 -
CMYK 0.14 0.65 0 0.31
HSL 287.37º 0.48% 0.46% -
HSV(B) 287.37º 0.65% 0.69% -
XYZ 22.17 13.01 41.9 -
YUV 100.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 151 61 175 0.14 0.65 0 0.31 287.37 0.48 0.46
Hex 97 3D AF E 41 0 1F 11F 30 2E
Octal 227 75 257 16 101 0 37 437 60 56
Binary 10010111 111101 10101111 1110 1000001 0 11111 100011111 110000 101110

Color Harmonies of #973DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973DAF

Black with #973DAF

Text Example


Text Example

White with #973DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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