Html Css Color HEX #974ABA Deep Lilac

📋 copy color: '#974ABA'

red 151 ◦ green 74 ◦ blue 186

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

Shades of Deep Lilac #974ABA

Tints of Deep Lilac #974ABA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18%

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

R = 36.74%
G = 18%
B = 45.26%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#974ABA (or 0x974ABA) is known color: Deep Lilac. HEX triplet: 97, 4A and BA. RGB value is (151,74,186). Sum of RGB (Red+Green+Blue) = 151+74+186=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #974ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ABA is #68B545. Grayscale: #6D6D6D. Windows color (decimal): -6862150 or 12208791. OLE color: 12208791.

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

Color convert

RGB 151 74 186 -
CMYK 0.19 0.60 0 0.27
HSL 281.25º 0.45% 0.51% -
HSV(B) 281.25º 0.6% 0.73% -
XYZ 24.07 15.02 48.09 -
YUV 109.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 151 74 186 0.19 0.60 0 0.27 281.25 0.45 0.51
Hex 97 4A BA 13 3C 0 1B 119 2D 33
Octal 227 112 272 23 74 0 33 431 55 63
Binary 10010111 1001010 10111010 10011 111100 0 11011 100011001 101101 110011

Color Harmonies of #974ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ABA

Black with #974ABA

Text Example


Text Example

White with #974ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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