Html Css Color HEX #9654AC Deep Lilac

📋 copy color: '#9654AC'

red 150 ◦ green 84 ◦ blue 172

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

Shades of Deep Lilac #9654AC

Tints of Deep Lilac #9654AC

RGB

 RED value IS 150 (58.98% from 255) = 36.95%

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

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

R = 36.95%
G = 20.69%
B = 42.36%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9654AC (or 0x9654AC) is known color: Deep Lilac. HEX triplet: 96, 54 and AC. RGB value is (150,84,172). Sum of RGB (Red+Green+Blue) = 150+84+172=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #9654AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9654AC is #69AB53. Grayscale: #717171. Windows color (decimal): -6925140 or 11293846. OLE color: 11293846.

HSL color Cylindrical-coordinate representation of color #9654AC: hue angle of 285º 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 #9654AC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 84 172 -
CMYK 0.13 0.51 0 0.33
HSL 285º 0.35% 0.5% -
HSV(B) 285º 0.51% 0.67% -
XYZ 23.19 15.8 40.86 -
YUV 113.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 150 84 172 0.13 0.51 0 0.33 285 0.35 0.5
Hex 96 54 AC D 33 0 21 11D 23 32
Octal 226 124 254 15 63 0 41 435 43 62
Binary 10010110 1010100 10101100 1101 110011 0 100001 100011101 100011 110010

Color Harmonies of #9654AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9654AC

Black with #9654AC

Text Example


Text Example

White with #9654AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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