#9A60BF

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

Shades of Deep Lilac #9A60BF

Tints of Deep Lilac #9A60BF

Color information

#9A60BF (or 0x9A60BF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 60 and BF. RGB value is (154,96,191). Sum of RGB (Red+Green+Blue) = 154+96+191=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A60BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60BF is #659F40. Grayscale: #7B7B7B. Windows color (decimal): -6659905 or 12542106. OLE color: 12542106.

HSL color Cylindrical-coordinate representation of color #9A60BF: hue angle of 276.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A60BF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15496191-
CMYK0.190.5000.25
HSL276.63º42.6%56.27%-
HSV(B)276.63º49.74%74.9%-
XYZ26.911951.54-
YUV124.17165.72149.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 191 (75% from 255) = 43.31%
R=34.92%
G=21.77%
B=43.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154961910.190.5000.25276.6342.656.27
Hex9A60BF13320191152b38
Octal23214027723620314255370
Binary1001101011000001011111110011110010011001100010101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A60BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,96,191); }

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

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

 a { background-color: rgb(154,96,191); }

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

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

 span { border-color: rgb(154,96,191); }

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