#9A43BA

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

Shades of Deep Lilac #9A43BA

Tints of Deep Lilac #9A43BA

Color information

#9A43BA (or 0x9A43BA) is unknown color: approx Deep Lilac. HEX triplet: 9A, 43 and BA. RGB value is (154,67,186). Sum of RGB (Red+Green+Blue) = 154+67+186=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 67 (26.56% from 255 or 16.46% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A43BA is #65BC45. Grayscale: #6A6A6A. Windows color (decimal): -6667334 or 12207002. OLE color: 12207002.

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

Color convert

RGB15467186-
CMYK0.170.6400.27
HSL283.87º47.04%49.61%-
HSV(B)283.87º63.98%72.94%-
XYZ24.214.4347.96-
YUV106.58172.82161.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.84%
GREEN value IS 67 (26.56% from 255) = 16.46%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=37.84%
G=16.46%
B=45.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154671860.170.6400.27283.8747.0449.61
Hex9A43BA114001B11c2f32
Octal232103272211000334345762
Binary10011010100001110111010100011000000011011100011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A43BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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