#9A60BE

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

Shades of Deep Lilac #9A60BE

Tints of Deep Lilac #9A60BE

Color information

#9A60BE (or 0x9A60BE) is unknown color: approx Deep Lilac. HEX triplet: 9A, 60 and BE. RGB value is (154,96,190). Sum of RGB (Red+Green+Blue) = 154+96+190=440 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60BE is #659F41. Grayscale: #7B7B7B. Windows color (decimal): -6659906 or 12476570. OLE color: 12476570.

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

Color convert

RGB15496190-
CMYK0.190.4900.25
HSL277.02º41.96%56.08%-
HSV(B)277.02º49.47%74.51%-
XYZ26.818.9550.96-
YUV124.06165.22149.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=35%
G=21.82%
B=43.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal154961900.190.4900.25277.0241.9656.08
Hex9A60BE13310191152a38
Octal23214027623610314255270
Binary1001101011000001011111010011110001011001100010101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A60BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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