#9366BE

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

Shades of Lilac Bush #9366BE

Tints of Lilac Bush #9366BE

Color information

#9366BE (or 0x9366BE) is unknown color: approx Lilac Bush. HEX triplet: 93, 66 and BE. RGB value is (147,102,190). Sum of RGB (Red+Green+Blue) = 147+102+190=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #9366BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9366BE is #6C9941. Grayscale: #7D7D7D. Windows color (decimal): -7117122 or 12478099. OLE color: 12478099.

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

Color convert

RGB147102190-
CMYK0.230.4600.25
HSL270.68º40.37%57.25%-
HSV(B)270.68º46.32%74.51%-
XYZ26.0819.4251.09-
YUV125.49164.41143.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.49%
GREEN value IS 102 (40.23% from 255) = 23.23%
BLUE value IS 190 (74.61% from 255) = 43.28%
R=33.49%
G=23.23%
B=43.28%

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
Decimal1471021900.230.4600.25270.6840.3757.25
Hex9366BE172E01910f2839
Octal22314627627560314175071
Binary1001001111001101011111010111101110011001100001111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9366BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9366BE; }

 p { color: rgb(147,102,190); }

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

<style>
 a { background-color: #9366BE; }

 a { background-color: rgb(147,102,190); }

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

<style>
 span { border-color: #9366BE; }

 span { border-color: rgb(147,102,190); }

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