Html Css Color HEX #974FB3 Deep Lilac

📋 copy color: '#974FB3'

red 151 ◦ green 79 ◦ blue 179

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

Shades of Deep Lilac #974FB3

Tints of Deep Lilac #974FB3

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.32%

 BLUE value IS 179 (70.31% from 255) = 43.77%

R = 36.92%
G = 19.32%
B = 43.77%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#974FB3 (or 0x974FB3) is known color: Deep Lilac. HEX triplet: 97, 4F and B3. RGB value is (151,79,179). Sum of RGB (Red+Green+Blue) = 151+79+179=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 179 - color contains mainly: blue. Hex color #974FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FB3 is #68B04C. Grayscale: #6F6F6F. Windows color (decimal): -6860877 or 11751319. OLE color: 11751319.

HSL color Cylindrical-coordinate representation of color #974FB3: hue angle of 283.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974FB3 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 79 179 -
CMYK 0.16 0.56 0 0.30
HSL 283.2º 0.4% 0.51% -
HSV(B) 283.2º 0.56% 0.7% -
XYZ 23.7 15.43 44.38 -
YUV 111.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 151 79 179 0.16 0.56 0 0.30 283.2 0.4 0.51
Hex 97 4F B3 10 38 0 1E 11B 28 33
Octal 227 117 263 20 70 0 36 433 50 63
Binary 10010111 1001111 10110011 10000 111000 0 11110 100011011 101000 110011

Color Harmonies of #974FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974FB3

Black with #974FB3

Text Example


Text Example

White with #974FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974FB3; }

 p { color: rgb(151,79,179); }

 H1.HeaderClassName
 {
   color: #974FB3;
 }
 .AnyTagClassName
 {
   color: #974FB3;
 }
</style>

background-color css

<style>
 a { background-color: #974FB3; }

 a { background-color: rgb(151,79,179); }

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

border-color css

<style>
 span { border-color: #974FB3; }

 span { border-color: rgb(151,79,179); }

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