#9369BF

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

Shades of Lilac Bush #9369BF

Tints of Lilac Bush #9369BF

Color information

#9369BF (or 0x9369BF) is unknown color: approx Lilac Bush. HEX triplet: 93, 69 and BF. RGB value is (147,105,191). Sum of RGB (Red+Green+Blue) = 147+105+191=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9369BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369BF is #6C9640. Grayscale: #7F7F7F. Windows color (decimal): -7116353 or 12544403. OLE color: 12544403.

HSL color Cylindrical-coordinate representation of color #9369BF: hue angle of 269.3º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9369BF is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147105191-
CMYK0.230.4500.25
HSL269.3º40.19%58.04%-
HSV(B)269.3º45.03%74.9%-
XYZ26.4920.0751.77-
YUV127.36163.91142.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 191 (75% from 255) = 43.12%
R=33.18%
G=23.70%
B=43.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471051910.230.4500.25269.340.1958.04
Hex9369BF172D01910d283a
Octal22315127727550314155072
Binary1001001111010011011111110111101101011001100001101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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