Html Css Color HEX #9656AC Deep Lilac

📋 copy color: '#9656AC'

red 150 ◦ green 86 ◦ blue 172

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

Shades of Deep Lilac #9656AC

Tints of Deep Lilac #9656AC

RGB

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

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

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

R = 36.76%
G = 21.08%
B = 42.16%

CMYK

 C value IS 0.13

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9656AC (or 0x9656AC) is known color: Deep Lilac. HEX triplet: 96, 56 and AC. RGB value is (150,86,172). Sum of RGB (Red+Green+Blue) = 150+86+172=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #9656AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9656AC is #69A953. Grayscale: #727272. Windows color (decimal): -6924628 or 11294358. OLE color: 11294358.

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

Color convert

RGB 150 86 172 -
CMYK 0.13 0.5 0 0.33
HSL 284.65º 0.34% 0.51% -
HSV(B) 284.65º 0.5% 0.67% -
XYZ 23.35 16.12 40.91 -
YUV 114.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 150 86 172 0.13 0.5 0 0.33 284.65 0.34 0.51
Hex 96 56 AC D 32 0 21 11D 22 33
Octal 226 126 254 15 62 0 41 435 42 63
Binary 10010110 1010110 10101100 1101 110010 0 100001 100011101 100010 110011

Color Harmonies of #9656AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9656AC

Black with #9656AC

Text Example


Text Example

White with #9656AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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