#9A50CF

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

Shades of Deep Lilac #9A50CF

Tints of Deep Lilac #9A50CF

Color information

#9A50CF (or 0x9A50CF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 50 and CF. RGB value is (154,80,207). Sum of RGB (Red+Green+Blue) = 154+80+207=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A50CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A50CF is #65AF30. Grayscale: #747474. Windows color (decimal): -6663985 or 13586586. OLE color: 13586586.

HSL color Cylindrical-coordinate representation of color #9A50CF: hue angle of 274.96º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9A50CF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15480207-
CMYK0.260.6100.19
HSL274.96º56.95%56.27%-
HSV(B)274.96º61.35%81.18%-
XYZ27.4617.1160.89-
YUV116.6179.02154.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.92%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=34.92%
G=18.14%
B=46.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154802070.260.6100.19274.9656.9556.27
Hex9A50CF1A3D0131133938
Octal23212031732750234237170
Binary1001101010100001100111111010111101010011100010011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A50CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,80,207); }

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

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

 a { background-color: rgb(154,80,207); }

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

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

 span { border-color: rgb(154,80,207); }

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