#9A5CBD

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

Shades of Deep Lilac #9A5CBD

Tints of Deep Lilac #9A5CBD

Color information

#9A5CBD (or 0x9A5CBD) is unknown color: approx Deep Lilac. HEX triplet: 9A, 5C and BD. RGB value is (154,92,189). Sum of RGB (Red+Green+Blue) = 154+92+189=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A5CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5CBD is #65A342. Grayscale: #797979. Windows color (decimal): -6660931 or 12410010. OLE color: 12410010.

HSL color Cylindrical-coordinate representation of color #9A5CBD: hue angle of 278.35º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A5CBD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15492189-
CMYK0.190.5100.26
HSL278.35º42.36%55.1%-
HSV(B)278.35º51.32%74.12%-
XYZ26.3418.250.27-
YUV121.6166.04151.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=35.40%
G=21.15%
B=43.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal154921890.190.5100.26278.3542.3655.1
Hex9A5CBD133301A1162a37
Octal23213427523630324265267
Binary1001101010111001011110110011110011011010100010110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,92,189); }

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

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

 a { background-color: rgb(154,92,189); }

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

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

 span { border-color: rgb(154,92,189); }

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