#9641AB

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

Shades of Deep Lilac #9641AB

Tints of Deep Lilac #9641AB

Color information

#9641AB (or 0x9641AB) is unknown color: approx Deep Lilac. HEX triplet: 96, 41 and AB. RGB value is (150,65,171). Sum of RGB (Red+Green+Blue) = 150+65+171=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9641AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9641AB is #69BE54. Grayscale: #666666. Windows color (decimal): -6930005 or 11223446. OLE color: 11223446.

HSL color Cylindrical-coordinate representation of color #9641AB: hue angle of 288.11º 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 #9641AB is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15065171-
CMYK0.120.6200.33
HSL288.11º44.92%46.27%-
HSV(B)288.11º61.99%67.06%-
XYZ21.8213.239.93-
YUV102.5166.66161.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 65 (25.78% from 255) = 16.84%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=38.86%
G=16.84%
B=44.30%

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
Decimal150651710.120.6200.33288.1144.9246.27
Hex9641ABC3E0211202d2e
Octal22610125314760414405556
Binary1001011010000011010101111001111100100001100100000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9641AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9641AB;
 }
 .AnyTagClassName
 {
   color: #9641AB;
 }
</style>
background-color css

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

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

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

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

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

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