#9368BE

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

Shades of Lilac Bush #9368BE

Tints of Lilac Bush #9368BE

Color information

#9368BE (or 0x9368BE) is unknown color: approx Lilac Bush. HEX triplet: 93, 68 and BE. RGB value is (147,104,190). Sum of RGB (Red+Green+Blue) = 147+104+190=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9368BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368BE is #6C9741. Grayscale: #7E7E7E. Windows color (decimal): -7116610 or 12478611. OLE color: 12478611.

HSL color Cylindrical-coordinate representation of color #9368BE: hue angle of 270º 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 #9368BE is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147104190-
CMYK0.230.4500.25
HSL270º39.81%57.65%-
HSV(B)270º45.26%74.51%-
XYZ26.2819.8251.16-
YUV126.66163.75142.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=33.33%
G=23.58%
B=43.08%

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
Decimal1471041900.230.4500.2527039.8157.65
Hex9368BE172D01910e283a
Octal22315027627550314165072
Binary1001001111010001011111010111101101011001100001110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9368BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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