Html Css Color HEX #974EC6 Deep Lilac

📋 copy color: '#974EC6'

red 151 ◦ green 78 ◦ blue 198

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

Shades of Deep Lilac #974EC6

Tints of Deep Lilac #974EC6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.27%

 BLUE value IS 198 (77.73% from 255) = 46.37%

R = 35.36%
G = 18.27%
B = 46.37%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#974EC6 (or 0x974EC6) is known color: Deep Lilac. HEX triplet: 97, 4E and C6. RGB value is (151,78,198). Sum of RGB (Red+Green+Blue) = 151+78+198=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 78 (30.86% from 255 or 18.27% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #974EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EC6 is #68B139. Grayscale: #717171. Windows color (decimal): -6861114 or 12996247. OLE color: 12996247.

HSL color Cylindrical-coordinate representation of color #974EC6: hue angle of 276.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974EC6 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 151 78 198 -
CMYK 0.24 0.61 0 0.22
HSL 276.5º 0.51% 0.54% -
HSV(B) 276.5º 0.61% 0.78% -
XYZ 25.68 16.11 55.18 -
YUV 113.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 151 78 198 0.24 0.61 0 0.22 276.5 0.51 0.54
Hex 97 4E C6 18 3D 0 16 114 33 36
Octal 227 116 306 30 75 0 26 424 63 66
Binary 10010111 1001110 11000110 11000 111101 0 10110 100010100 110011 110110

Color Harmonies of #974EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EC6

Black with #974EC6

Text Example


Text Example

White with #974EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,78,198); }

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

background-color css

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

 a { background-color: rgb(151,78,198); }

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

border-color css

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

 span { border-color: rgb(151,78,198); }

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