#9A65BA

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

Shades of Deep Lilac #9A65BA

Tints of Deep Lilac #9A65BA

Color information

#9A65BA (or 0x9A65BA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 65 and BA. RGB value is (154,101,186). Sum of RGB (Red+Green+Blue) = 154+101+186=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A65BA is #659A45. Grayscale: #7E7E7E. Windows color (decimal): -6658630 or 12215706. OLE color: 12215706.

HSL color Cylindrical-coordinate representation of color #9A65BA: hue angle of 277.41º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A65BA is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154101186-
CMYK0.170.4600.27
HSL277.41º38.12%56.27%-
HSV(B)277.41º45.7%72.94%-
XYZ26.8419.7248.85-
YUV126.54161.56147.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 186 (73.05% from 255) = 42.18%
R=34.92%
G=22.90%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541011860.170.4600.27277.4138.1256.27
Hex9A65BA112E01B1152638
Octal23214527221560334254670
Binary1001101011001011011101010001101110011011100010101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A65BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A65BA; }

 p { color: rgb(154,101,186); }

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

<style>
 a { background-color: #9A65BA; }

 a { background-color: rgb(154,101,186); }

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

<style>
 span { border-color: #9A65BA; }

 span { border-color: rgb(154,101,186); }

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