#9378BE

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

Shades of Lilac Bush #9378BE

Tints of Lilac Bush #9378BE

Color information

#9378BE (or 0x9378BE) is unknown color: approx Lilac Bush. HEX triplet: 93, 78 and BE. RGB value is (147,120,190). Sum of RGB (Red+Green+Blue) = 147+120+190=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9378BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9378BE is #6C8741. Grayscale: #878787. Windows color (decimal): -7112514 or 12482707. OLE color: 12482707.

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

Color convert

RGB147120190-
CMYK0.230.3700.25
HSL263.14º35%60.78%-
HSV(B)263.14º36.84%74.51%-
XYZ28.0423.3551.74-
YUV136.05158.45135.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.17%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=32.17%
G=26.26%
B=41.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471201900.230.3700.25263.143560.78
Hex9378BE1725019107233d
Octal22317027627450314074375
Binary1001001111110001011111010111100101011001100000111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9378BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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