Html Css Color HEX #9760AC Deep Lilac

📋 copy color: '#9760AC'

red 151 ◦ green 96 ◦ blue 172

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

Shades of Deep Lilac #9760AC

Tints of Deep Lilac #9760AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.91%

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

R = 36.04%
G = 22.91%
B = 41.05%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9760AC (or 0x9760AC) is known color: Deep Lilac. HEX triplet: 97, 60 and AC. RGB value is (151,96,172). Sum of RGB (Red+Green+Blue) = 151+96+172=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #9760AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9760AC is #689F53. Grayscale: #787878. Windows color (decimal): -6856532 or 11296919. OLE color: 11296919.

HSL color Cylindrical-coordinate representation of color #9760AC: hue angle of 283.42º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9760AC is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 96 172 -
CMYK 0.12 0.44 0 0.33
HSL 283.42º 0.31% 0.53% -
HSV(B) 283.42º 0.44% 0.67% -
XYZ 24.39 17.92 41.2 -
YUV 121.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 151 96 172 0.12 0.44 0 0.33 283.42 0.31 0.53
Hex 97 60 AC C 2C 0 21 11B 1F 35
Octal 227 140 254 14 54 0 41 433 37 65
Binary 10010111 1100000 10101100 1100 101100 0 100001 100011011 11111 110101

Color Harmonies of #9760AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760AC

Black with #9760AC

Text Example


Text Example

White with #9760AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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