Html Css Color HEX #9654AD Deep Lilac

📋 copy color: '#9654AD'

red 150 ◦ green 84 ◦ blue 173

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

Shades of Deep Lilac #9654AD

Tints of Deep Lilac #9654AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 36.86%
G = 20.64%
B = 42.51%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9654AD (or 0x9654AD) is known color: Deep Lilac. HEX triplet: 96, 54 and AD. RGB value is (150,84,173). Sum of RGB (Red+Green+Blue) = 150+84+173=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #9654AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9654AD is #69AB52. Grayscale: #717171. Windows color (decimal): -6925139 or 11359382. OLE color: 11359382.

HSL color Cylindrical-coordinate representation of color #9654AD: hue angle of 284.49º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9654AD is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 84 173 -
CMYK 0.13 0.51 0 0.32
HSL 284.49º 0.35% 0.5% -
HSV(B) 284.49º 0.51% 0.68% -
XYZ 23.29 15.84 41.37 -
YUV 113.88 161.37 153.76 -
System Red Green Blue C M Y K H S L
Decimal 150 84 173 0.13 0.51 0 0.32 284.49 0.35 0.5
Hex 96 54 AD D 33 0 20 11C 23 32
Octal 226 124 255 15 63 0 40 434 43 62
Binary 10010110 1010100 10101101 1101 110011 0 100000 100011100 100011 110010

Color Harmonies of #9654AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9654AD

Black with #9654AD

Text Example


Text Example

White with #9654AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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