#9368BD

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

Shades of Lilac Bush #9368BD

Tints of Lilac Bush #9368BD

Color information

#9368BD (or 0x9368BD) is unknown color: approx Lilac Bush. HEX triplet: 93, 68 and BD. RGB value is (147,104,189). Sum of RGB (Red+Green+Blue) = 147+104+189=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #9368BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368BD is #6C9742. Grayscale: #7E7E7E. Windows color (decimal): -7116611 or 12413075. OLE color: 12413075.

HSL color Cylindrical-coordinate representation of color #9368BD: hue angle of 270.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9368BD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147104189-
CMYK0.220.4500.26
HSL270.35º39.17%57.45%-
HSV(B)270.35º44.97%74.12%-
XYZ26.1719.7850.58-
YUV126.55163.25142.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.41%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=33.41%
G=23.64%
B=42.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471041890.220.4500.26270.3539.1757.45
Hex9368BD162D01A10e2739
Octal22315027526550324164771
Binary1001001111010001011110110110101101011010100001110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9368BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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