#9A3CAF

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

Shades of Deep Lilac #9A3CAF

Tints of Deep Lilac #9A3CAF

Color information

#9A3CAF (or 0x9A3CAF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 3C and AF. RGB value is (154,60,175). Sum of RGB (Red+Green+Blue) = 154+60+175=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A3CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3CAF is #65C350. Grayscale: #646464. Windows color (decimal): -6669137 or 11484314. OLE color: 11484314.

HSL color Cylindrical-coordinate representation of color #9A3CAF: hue angle of 289.04º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3CAF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15460175-
CMYK0.120.6600.31
HSL289.04º48.94%46.08%-
HSV(B)289.04º65.71%68.63%-
XYZ22.6813.241.91-
YUV101.22169.64165.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.59%
GREEN value IS 60 (23.83% from 255) = 15.42%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=39.59%
G=15.42%
B=44.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154601750.120.6600.31289.0448.9446.08
Hex9A3CAFC4201F121312e
Octal23274257141020374416156
Binary100110101111001010111111001000010011111100100001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,60,175); }

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

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

 a { background-color: rgb(154,60,175); }

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

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

 span { border-color: rgb(154,60,175); }

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