Html Css Color HEX #9641AA Deep Lilac

📋 copy color: '#9641AA'

red 150 ◦ green 65 ◦ blue 170

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

Shades of Deep Lilac #9641AA

Tints of Deep Lilac #9641AA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 38.96%
G = 16.88%
B = 44.16%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9641AA (or 0x9641AA) is known color: Deep Lilac. HEX triplet: 96, 41 and AA. RGB value is (150,65,170). Sum of RGB (Red+Green+Blue) = 150+65+170=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #9641AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9641AA is #69BE55. Grayscale: #666666. Windows color (decimal): -6930006 or 11157910. OLE color: 11157910.

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

Color convert

RGB 150 65 170 -
CMYK 0.12 0.62 0 0.33
HSL 288.57º 0.45% 0.46% -
HSV(B) 288.57º 0.62% 0.67% -
XYZ 21.72 13.17 39.43 -
YUV 102.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 150 65 170 0.12 0.62 0 0.33 288.57 0.45 0.46
Hex 96 41 AA C 3E 0 21 121 2D 2E
Octal 226 101 252 14 76 0 41 441 55 56
Binary 10010110 1000001 10101010 1100 111110 0 100001 100100001 101101 101110

Color Harmonies of #9641AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9641AA

Black with #9641AA

Text Example


Text Example

White with #9641AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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