Html Css Color HEX #9756AC Deep Lilac

📋 copy color: '#9756AC'

red 151 ◦ green 86 ◦ blue 172

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

Shades of Deep Lilac #9756AC

Tints of Deep Lilac #9756AC

RGB

 RED value IS 151 (59.38% from 255) = 36.92%

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

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

R = 36.92%
G = 21.03%
B = 42.05%

CMYK

 C value IS 0.12

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9756AC (or 0x9756AC) is known color: Deep Lilac. HEX triplet: 97, 56 and AC. RGB value is (151,86,172). Sum of RGB (Red+Green+Blue) = 151+86+172=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #9756AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9756AC is #68A953. Grayscale: #727272. Windows color (decimal): -6859092 or 11294359. OLE color: 11294359.

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

Color convert

RGB 151 86 172 -
CMYK 0.12 0.5 0 0.33
HSL 285.35º 0.34% 0.51% -
HSV(B) 285.35º 0.5% 0.67% -
XYZ 23.54 16.21 40.92 -
YUV 115.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 151 86 172 0.12 0.5 0 0.33 285.35 0.34 0.51
Hex 97 56 AC C 32 0 21 11D 22 33
Octal 227 126 254 14 62 0 41 435 42 63
Binary 10010111 1010110 10101100 1100 110010 0 100001 100011101 100010 110011

Color Harmonies of #9756AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9756AC

Black with #9756AC

Text Example


Text Example

White with #9756AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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