#9A68BA

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

Shades of Deep Lilac #9A68BA

Tints of Deep Lilac #9A68BA

Color information

#9A68BA (or 0x9A68BA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 68 and BA. RGB value is (154,104,186). Sum of RGB (Red+Green+Blue) = 154+104+186=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A68BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A68BA is #659745. Grayscale: #808080. Windows color (decimal): -6657862 or 12216474. OLE color: 12216474.

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

Color convert

RGB154104186-
CMYK0.170.4400.27
HSL276.59º37.27%56.86%-
HSV(B)276.59º44.09%72.94%-
XYZ27.1420.3248.95-
YUV128.3160.56146.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.68%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=34.68%
G=23.42%
B=41.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541041860.170.4400.27276.5937.2756.86
Hex9A68BA112C01B1152539
Octal23215027221540334254571
Binary1001101011010001011101010001101100011011100010101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A68BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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