#9A3DB5

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

Shades of Deep Lilac #9A3DB5

Tints of Deep Lilac #9A3DB5

Color information

#9A3DB5 (or 0x9A3DB5) is unknown color: approx Deep Lilac. HEX triplet: 9A, 3D and B5. RGB value is (154,61,181). Sum of RGB (Red+Green+Blue) = 154+61+181=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A3DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A3DB5 is #65C24A. Grayscale: #666666. Windows color (decimal): -6668875 or 11877786. OLE color: 11877786.

HSL color Cylindrical-coordinate representation of color #9A3DB5: hue angle of 286.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A3DB5 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15461181-
CMYK0.150.6600.29
HSL286.5º49.59%47.45%-
HSV(B)286.5º66.3%70.98%-
XYZ23.3413.5445.1-
YUV102.49172.31164.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.89%
GREEN value IS 61 (24.22% from 255) = 15.40%
BLUE value IS 181 (71.09% from 255) = 45.71%
R=38.89%
G=15.40%
B=45.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal154611810.150.6600.29286.549.5947.45
Hex9A3DB5F4201D11e322f
Octal23275265171020354366257
Binary100110101111011011010111111000010011101100011110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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