Html Css Color HEX #9657AA Deep Lilac

📋 copy color: '#9657AA'

red 150 ◦ green 87 ◦ blue 170

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

Shades of Deep Lilac #9657AA

Tints of Deep Lilac #9657AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.38%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 36.86%
G = 21.38%
B = 41.77%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9657AA (or 0x9657AA) is known color: Deep Lilac. HEX triplet: 96, 57 and AA. RGB value is (150,87,170). Sum of RGB (Red+Green+Blue) = 150+87+170=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #9657AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9657AA is #69A855. Grayscale: #737373. Windows color (decimal): -6924374 or 11163542. OLE color: 11163542.

HSL color Cylindrical-coordinate representation of color #9657AA: hue angle of 285.54º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9657AA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 87 170 -
CMYK 0.12 0.49 0 0.33
HSL 285.54º 0.33% 0.5% -
HSV(B) 285.54º 0.49% 0.67% -
XYZ 23.24 16.2 39.93 -
YUV 115.3 158.87 152.75 -
System Red Green Blue C M Y K H S L
Decimal 150 87 170 0.12 0.49 0 0.33 285.54 0.33 0.5
Hex 96 57 AA C 31 0 21 11E 21 32
Octal 226 127 252 14 61 0 41 436 41 62
Binary 10010110 1010111 10101010 1100 110001 0 100001 100011110 100001 110010

Color Harmonies of #9657AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9657AA

Black with #9657AA

Text Example


Text Example

White with #9657AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9657AA; }

 p { color: rgb(150,87,170); }

 H1.HeaderClassName
 {
   color: #9657AA;
 }
 .AnyTagClassName
 {
   color: #9657AA;
 }
</style>

background-color css

<style>
 a { background-color: #9657AA; }

 a { background-color: rgb(150,87,170); }

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

border-color css

<style>
 span { border-color: #9657AA; }

 span { border-color: rgb(150,87,170); }

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