Html Css Color HEX #974EBA Deep Lilac

📋 copy color: '#974EBA'

red 151 ◦ green 78 ◦ blue 186

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

Shades of Deep Lilac #974EBA

Tints of Deep Lilac #974EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 36.39%
G = 18.8%
B = 44.82%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#974EBA (or 0x974EBA) is known color: Deep Lilac. HEX triplet: 97, 4E and BA. RGB value is (151,78,186). Sum of RGB (Red+Green+Blue) = 151+78+186=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #974EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EBA is #68B145. Grayscale: #6F6F6F. Windows color (decimal): -6861126 or 12209815. OLE color: 12209815.

HSL color Cylindrical-coordinate representation of color #974EBA: hue angle of 280.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974EBA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 78 186 -
CMYK 0.19 0.58 0 0.27
HSL 280.56º 0.44% 0.52% -
HSV(B) 280.56º 0.58% 0.73% -
XYZ 24.35 15.57 48.18 -
YUV 112.14 169.68 155.72 -
System Red Green Blue C M Y K H S L
Decimal 151 78 186 0.19 0.58 0 0.27 280.56 0.44 0.52
Hex 97 4E BA 13 3A 0 1B 119 2C 34
Octal 227 116 272 23 72 0 33 431 54 64
Binary 10010111 1001110 10111010 10011 111010 0 11011 100011001 101100 110100

Color Harmonies of #974EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EBA

Black with #974EBA

Text Example


Text Example

White with #974EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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