Html Css Color HEX #9742AE Deep Lilac

📋 copy color: '#9742AE'

red 151 ◦ green 66 ◦ blue 174

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

Shades of Deep Lilac #9742AE

Tints of Deep Lilac #9742AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.88%

 BLUE value IS 174 (68.36% from 255) = 44.5%

R = 38.62%
G = 16.88%
B = 44.5%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9742AE (or 0x9742AE) is known color: Deep Lilac. HEX triplet: 97, 42 and AE. RGB value is (151,66,174). Sum of RGB (Red+Green+Blue) = 151+66+174=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #9742AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9742AE is #68BD51. Grayscale: #676767. Windows color (decimal): -6864210 or 11420311. OLE color: 11420311.

HSL color Cylindrical-coordinate representation of color #9742AE: hue angle of 287.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9742AE is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 66 174 -
CMYK 0.13 0.62 0 0.32
HSL 287.22º 0.45% 0.47% -
HSV(B) 287.22º 0.62% 0.68% -
XYZ 22.35 13.53 41.48 -
YUV 103.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 151 66 174 0.13 0.62 0 0.32 287.22 0.45 0.47
Hex 97 42 AE D 3E 0 20 11F 2D 2F
Octal 227 102 256 15 76 0 40 437 55 57
Binary 10010111 1000010 10101110 1101 111110 0 100000 100011111 101101 101111

Color Harmonies of #9742AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9742AE

Black with #9742AE

Text Example


Text Example

White with #9742AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9742AE; }

 p { color: rgb(151,66,174); }

 H1.HeaderClassName
 {
   color: #9742AE;
 }
 .AnyTagClassName
 {
   color: #9742AE;
 }
</style>

background-color css

<style>
 a { background-color: #9742AE; }

 a { background-color: rgb(151,66,174); }

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

border-color css

<style>
 span { border-color: #9742AE; }

 span { border-color: rgb(151,66,174); }

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