Html Css Color HEX #9656AD Deep Lilac

📋 copy color: '#9656AD'

red 150 ◦ green 86 ◦ blue 173

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

Shades of Deep Lilac #9656AD

Tints of Deep Lilac #9656AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.03%

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

R = 36.67%
G = 21.03%
B = 42.3%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9656AD (or 0x9656AD) is known color: Deep Lilac. HEX triplet: 96, 56 and AD. RGB value is (150,86,173). Sum of RGB (Red+Green+Blue) = 150+86+173=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #9656AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9656AD is #69A952. Grayscale: #727272. Windows color (decimal): -6924627 or 11359894. OLE color: 11359894.

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

Color convert

RGB 150 86 173 -
CMYK 0.13 0.50 0 0.32
HSL 284.14º 0.35% 0.51% -
HSV(B) 284.14º 0.5% 0.68% -
XYZ 23.45 16.16 41.42 -
YUV 115.05 160.7 152.93 -
System Red Green Blue C M Y K H S L
Decimal 150 86 173 0.13 0.50 0 0.32 284.14 0.35 0.51
Hex 96 56 AD D 32 0 20 11C 23 33
Octal 226 126 255 15 62 0 40 434 43 63
Binary 10010110 1010110 10101101 1101 110010 0 100000 100011100 100011 110011

Color Harmonies of #9656AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656AD

Black with #9656AD

Text Example


Text Example

White with #9656AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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