#9645AA

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

Shades of Deep Lilac #9645AA

Tints of Deep Lilac #9645AA

Color information

#9645AA (or 0x9645AA) is unknown color: approx Deep Lilac. HEX triplet: 96, 45 and AA. RGB value is (150,69,170). Sum of RGB (Red+Green+Blue) = 150+69+170=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #9645AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9645AA is #69BA55. Grayscale: #686868. Windows color (decimal): -6928982 or 11158934. OLE color: 11158934.

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

Color convert

RGB15069170-
CMYK0.120.5900.33
HSL288.12º42.26%46.86%-
HSV(B)288.12º59.41%66.67%-
XYZ21.9613.6439.51-
YUV104.73164.84160.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 69 (27.34% from 255) = 17.74%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=38.56%
G=17.74%
B=43.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150691700.120.5900.33288.1242.2646.86
Hex9645AAC3B0211202a2f
Octal22610525214730414405257
Binary1001011010001011010101011001110110100001100100000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9645AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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