#9A3DB3

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

Shades of Deep Lilac #9A3DB3

Tints of Deep Lilac #9A3DB3

Color information

#9A3DB3 (or 0x9A3DB3) is unknown color: approx Deep Lilac. HEX triplet: 9A, 3D and B3. RGB value is (154,61,179). Sum of RGB (Red+Green+Blue) = 154+61+179=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A3DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DB3 is #65C24C. Grayscale: #656565. Windows color (decimal): -6668877 or 11746714. OLE color: 11746714.

HSL color Cylindrical-coordinate representation of color #9A3DB3: hue angle of 287.29º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3DB3 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15461179-
CMYK0.140.6600.30
HSL287.29º49.17%47.06%-
HSV(B)287.29º65.92%70.2%-
XYZ23.1313.4644.03-
YUV102.26171.31164.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 61 (24.22% from 255) = 15.48%
BLUE value IS 179 (70.31% from 255) = 45.43%
R=39.09%
G=15.48%
B=45.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal154611790.140.6600.30287.2949.1747.06
Hex9A3DB3E4201E11f312f
Octal23275263161020364376157
Binary100110101111011011001111101000010011110100011111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,61,179); }

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

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

 a { background-color: rgb(154,61,179); }

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

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

 span { border-color: rgb(154,61,179); }

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