Html Css Color HEX #9956AC Deep Lilac

📋 copy color: '#9956AC'

red 153 ◦ green 86 ◦ blue 172

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

Shades of Deep Lilac #9956AC

Tints of Deep Lilac #9956AC

RGB

 RED value IS 153 (60.16% from 255) = 37.23%

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

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

R = 37.23%
G = 20.92%
B = 41.85%

CMYK

 C value IS 0.11

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9956AC (or 0x9956AC) is known color: Deep Lilac. HEX triplet: 99, 56 and AC. RGB value is (153,86,172). Sum of RGB (Red+Green+Blue) = 153+86+172=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #9956AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9956AC is #66A953. Grayscale: #737373. Windows color (decimal): -6728020 or 11294361. OLE color: 11294361.

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

Color convert

RGB 153 86 172 -
CMYK 0.11 0.5 0 0.33
HSL 286.74º 0.34% 0.51% -
HSV(B) 286.74º 0.5% 0.67% -
XYZ 23.91 16.41 40.94 -
YUV 115.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 153 86 172 0.11 0.5 0 0.33 286.74 0.34 0.51
Hex 99 56 AC B 32 0 21 11F 22 33
Octal 231 126 254 13 62 0 41 437 42 63
Binary 10011001 1010110 10101100 1011 110010 0 100001 100011111 100010 110011

Color Harmonies of #9956AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9956AC

Black with #9956AC

Text Example


Text Example

White with #9956AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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