#9A3FAF

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

Shades of Deep Lilac #9A3FAF

Tints of Deep Lilac #9A3FAF

Color information

#9A3FAF (or 0x9A3FAF) is unknown color: approx Deep Lilac. HEX triplet: 9A, 3F and AF. RGB value is (154,63,175). Sum of RGB (Red+Green+Blue) = 154+63+175=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A3FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3FAF is #65C050. Grayscale: #666666. Windows color (decimal): -6668369 or 11485082. OLE color: 11485082.

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

Color convert

RGB15463175-
CMYK0.120.6400.31
HSL288.75º47.06%46.67%-
HSV(B)288.75º64%68.63%-
XYZ22.8413.5241.96-
YUV102.98168.65164.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.29%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 175 (68.75% from 255) = 44.64%
R=39.29%
G=16.07%
B=44.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal154631750.120.6400.31288.7547.0646.67
Hex9A3FAFC4001F1212f2f
Octal23277257141000374415757
Binary100110101111111010111111001000000011111100100001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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