Html Css Color HEX #974CBF Deep Lilac

📋 copy color: '#974CBF'

red 151 ◦ green 76 ◦ blue 191

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

Shades of Deep Lilac #974CBF

Tints of Deep Lilac #974CBF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.18%

 BLUE value IS 191 (75% from 255) = 45.69%

R = 36.12%
G = 18.18%
B = 45.69%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#974CBF (or 0x974CBF) is known color: Deep Lilac. HEX triplet: 97, 4C and BF. RGB value is (151,76,191). Sum of RGB (Red+Green+Blue) = 151+76+191=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #974CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CBF is #68B340. Grayscale: #6F6F6F. Windows color (decimal): -6861633 or 12536983. OLE color: 12536983.

HSL color Cylindrical-coordinate representation of color #974CBF: hue angle of 279.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #974CBF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 76 191 -
CMYK 0.21 0.60 0 0.25
HSL 279.13º 0.47% 0.52% -
HSV(B) 279.13º 0.6% 0.75% -
XYZ 24.75 15.51 50.98 -
YUV 111.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 151 76 191 0.21 0.60 0 0.25 279.13 0.47 0.52
Hex 97 4C BF 15 3C 0 19 117 2F 34
Octal 227 114 277 25 74 0 31 427 57 64
Binary 10010111 1001100 10111111 10101 111100 0 11001 100010111 101111 110100

Color Harmonies of #974CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CBF

Black with #974CBF

Text Example


Text Example

White with #974CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,76,191); }

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

background-color css

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

 a { background-color: rgb(151,76,191); }

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

border-color css

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

 span { border-color: rgb(151,76,191); }

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