#9368BF

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

Shades of Lilac Bush #9368BF

Tints of Lilac Bush #9368BF

Color information

#9368BF (or 0x9368BF) is unknown color: approx Lilac Bush. HEX triplet: 93, 68 and BF. RGB value is (147,104,191). Sum of RGB (Red+Green+Blue) = 147+104+191=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #9368BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368BF is #6C9740. Grayscale: #7E7E7E. Windows color (decimal): -7116609 or 12544147. OLE color: 12544147.

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

Color convert

RGB147104191-
CMYK0.230.4600.25
HSL269.66º40.47%57.84%-
HSV(B)269.66º45.55%74.9%-
XYZ26.3919.8751.73-
YUV126.78164.25142.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 104 (41.02% from 255) = 23.53%
BLUE value IS 191 (75% from 255) = 43.21%
R=33.26%
G=23.53%
B=43.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471041910.230.4600.25269.6640.4757.84
Hex9368BF172E01910e283a
Octal22315027727560314165072
Binary1001001111010001011111110111101110011001100001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9368BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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