Html Css Color HEX #9754AC Deep Lilac

📋 copy color: '#9754AC'

red 151 ◦ green 84 ◦ blue 172

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

Shades of Deep Lilac #9754AC

Tints of Deep Lilac #9754AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.64%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 37.1%
G = 20.64%
B = 42.26%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9754AC (or 0x9754AC) is known color: Deep Lilac. HEX triplet: 97, 54 and AC. RGB value is (151,84,172). Sum of RGB (Red+Green+Blue) = 151+84+172=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9754AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9754AC is #68AB53. Grayscale: #717171. Windows color (decimal): -6859604 or 11293847. OLE color: 11293847.

HSL color Cylindrical-coordinate representation of color #9754AC: hue angle of 285.68º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9754AC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 84 172 -
CMYK 0.12 0.51 0 0.33
HSL 285.68º 0.35% 0.5% -
HSV(B) 285.68º 0.51% 0.67% -
XYZ 23.38 15.9 40.87 -
YUV 114.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 151 84 172 0.12 0.51 0 0.33 285.68 0.35 0.5
Hex 97 54 AC C 33 0 21 11E 23 32
Octal 227 124 254 14 63 0 41 436 43 62
Binary 10010111 1010100 10101100 1100 110011 0 100001 100011110 100011 110010

Color Harmonies of #9754AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9754AC

Black with #9754AC

Text Example


Text Example

White with #9754AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9754AC; }

 p { color: rgb(151,84,172); }

 H1.HeaderClassName
 {
   color: #9754AC;
 }
 .AnyTagClassName
 {
   color: #9754AC;
 }
</style>

background-color css

<style>
 a { background-color: #9754AC; }

 a { background-color: rgb(151,84,172); }

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

border-color css

<style>
 span { border-color: #9754AC; }

 span { border-color: rgb(151,84,172); }

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