#9369BA

Color #9369BA Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9369BA

Tints of Lilac Bush #9369BA

Color information

#9369BA (or 0x9369BA) is unknown color: approx Lilac Bush. HEX triplet: 93, 69 and BA. RGB value is (147,105,186). Sum of RGB (Red+Green+Blue) = 147+105+186=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #9369BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369BA is #6C9645. Grayscale: #7E7E7E. Windows color (decimal): -7116358 or 12216723. OLE color: 12216723.

HSL color Cylindrical-coordinate representation of color #9369BA: hue angle of 271.11º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9369BA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147105186-
CMYK0.210.4400.27
HSL271.11º36.99%57.06%-
HSV(B)271.11º43.55%72.94%-
XYZ25.9519.8548.92-
YUV126.79161.41142.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.56%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 186 (73.05% from 255) = 42.47%
R=33.56%
G=23.97%
B=42.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471051860.210.4400.27271.1136.9957.06
Hex9369BA152C01B10f2539
Octal22315127225540334174571
Binary1001001111010011011101010101101100011011100001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9369BA; }

 p { color: rgb(147,105,186); }

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

<style>
 a { background-color: #9369BA; }

 a { background-color: rgb(147,105,186); }

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

<style>
 span { border-color: #9369BA; }

 span { border-color: rgb(147,105,186); }

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