Html Css Color HEX #9760AB Deep Lilac

📋 copy color: '#9760AB'

red 151 ◦ green 96 ◦ blue 171

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

Shades of Deep Lilac #9760AB

Tints of Deep Lilac #9760AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.91%

R = 36.12%
G = 22.97%
B = 40.91%

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

#9760AB (or 0x9760AB) is known color: Deep Lilac. HEX triplet: 97, 60 and AB. RGB value is (151,96,171). Sum of RGB (Red+Green+Blue) = 151+96+171=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9760AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9760AB is #689F54. Grayscale: #787878. Windows color (decimal): -6856533 or 11231383. OLE color: 11231383.

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

Color convert

RGB 151 96 171 -
CMYK 0.12 0.44 0 0.33
HSL 284º 0.31% 0.52% -
HSV(B) 284º 0.44% 0.67% -
XYZ 24.3 17.89 40.7 -
YUV 121 156.22 149.4 -
System Red Green Blue C M Y K H S L
Decimal 151 96 171 0.12 0.44 0 0.33 284 0.31 0.52
Hex 97 60 AB C 2C 0 21 11C 1F 34
Octal 227 140 253 14 54 0 41 434 37 64
Binary 10010111 1100000 10101011 1100 101100 0 100001 100011100 11111 110100

Color Harmonies of #9760AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760AB

Black with #9760AB

Text Example


Text Example

White with #9760AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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