#9641AA

Color #9641AA Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9641AA

Tints of Deep Lilac #9641AA

Color information

#9641AA (or 0x9641AA) is unknown color: approx 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

RGB15065170-
CMYK0.120.6200.33
HSL288.57º44.68%46.08%-
HSV(B)288.57º61.76%66.67%-
XYZ21.7213.1739.43-
YUV102.38166.16161.96-

RGB Variations

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

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.80% from 255) = 44.16%
R=38.96%
G=16.88%
B=44.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150651700.120.6200.33288.5744.6846.08
Hex9641AAC3E0211212d2e
Octal22610125214760414415556
Binary1001011010000011010101011001111100100001100100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9641AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>