Html Css Color HEX #974CBA Deep Lilac

📋 copy color: '#974CBA'

red 151 ◦ green 76 ◦ blue 186

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

Shades of Deep Lilac #974CBA

Tints of Deep Lilac #974CBA

RGB

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

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

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

R = 36.56%
G = 18.4%
B = 45.04%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#974CBA (or 0x974CBA) is known color: Deep Lilac. HEX triplet: 97, 4C and BA. RGB value is (151,76,186). Sum of RGB (Red+Green+Blue) = 151+76+186=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #974CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CBA is #68B345. Grayscale: #6E6E6E. Windows color (decimal): -6861638 or 12209303. OLE color: 12209303.

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

Color convert

RGB 151 76 186 -
CMYK 0.19 0.59 0 0.27
HSL 280.91º 0.44% 0.51% -
HSV(B) 280.91º 0.59% 0.73% -
XYZ 24.21 15.29 48.13 -
YUV 110.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 151 76 186 0.19 0.59 0 0.27 280.91 0.44 0.51
Hex 97 4C BA 13 3B 0 1B 119 2C 33
Octal 227 114 272 23 73 0 33 431 54 63
Binary 10010111 1001100 10111010 10011 111011 0 11011 100011001 101100 110011

Color Harmonies of #974CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CBA

Black with #974CBA

Text Example


Text Example

White with #974CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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